#254061

Color #254061 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #254061

Tints of Catalina Blue #254061

Color information

#254061 (or 0x254061) is unknown color: approx Catalina Blue. HEX triplet: 25, 40 and 61. RGB value is (37,64,97). Sum of RGB (Red+Green+Blue) = 37+64+97=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #254061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254061 is #DABF9E. Grayscale: #3B3B3B. Windows color (decimal): -14335903 or 6373413. OLE color: 6373413.

HSL color Cylindrical-coordinate representation of color #254061: hue angle of 213º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #254061 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB376497-
CMYK0.620.3400.62
HSL213º44.78%26.27%-
HSV(B)213º61.86%38.04%-
XYZ4.754.9212.01-
YUV59.69149.05111.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=18.69%
G=32.32%
B=48.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3764970.620.3400.6221344.7826.27
Hex2540613E2203Ed52d1a
Octal4510014176420763255532
Binary1001011000000110000111111010001001111101101010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254061; }

 p { color: rgb(37,64,97); }

 H1.HeaderClassName
 {
   color: #254061;
 }
 .AnyTagClassName
 {
   color: #254061;
 }
</style>
background-color css

<style>
 a { background-color: #254061; }

 a { background-color: rgb(37,64,97); }

 div.DivClassName
 {
   background-color: #254061;
 }
 .BgClassName
 {
   background-color: #254061;
 }
</style>
border-color css

<style>
 span { border-color: #254061; }

 span { border-color: rgb(37,64,97); }

 td.TdClassName
 {
   border-color: #254061;
 }
 .TagClassName
 {
   border-color: #254061;
 }
</style>