#254164

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

Shades of Catalina Blue #254164

Tints of Catalina Blue #254164

Color information

#254164 (or 0x254164) is unknown color: approx Catalina Blue. HEX triplet: 25, 41 and 64. RGB value is (37,65,100). Sum of RGB (Red+Green+Blue) = 37+65+100=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #254164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254164 is #DABE9B. Grayscale: #3C3C3C. Windows color (decimal): -14335644 or 6570277. OLE color: 6570277.

HSL color Cylindrical-coordinate representation of color #254164: hue angle of 213.33º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254164 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3765100-
CMYK0.630.3500.61
HSL213.33º45.99%26.86%-
HSV(B)213.33º63%39.22%-
XYZ4.955.0912.78-
YUV60.62150.22111.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 100 (39.45% from 255) = 49.50%
R=18.32%
G=32.18%
B=49.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37651000.630.3500.61213.3345.9926.86
Hex2541643F2303Dd52e1b
Octal4510114477430753255633
Binary1001011000001110010011111110001101111011101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254164; }

 p { color: rgb(37,65,100); }

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

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

 a { background-color: rgb(37,65,100); }

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

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

 span { border-color: rgb(37,65,100); }

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