#253666

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

Shades of Catalina Blue #253666

Tints of Catalina Blue #253666

Color information

#253666 (or 0x253666) is unknown color: approx Catalina Blue. HEX triplet: 25, 36 and 66. RGB value is (37,54,102). Sum of RGB (Red+Green+Blue) = 37+54+102=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #253666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253666 is #DAC999. Grayscale: #363636. Windows color (decimal): -14338458 or 6698533. OLE color: 6698533.

HSL color Cylindrical-coordinate representation of color #253666: hue angle of 224.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253666 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3754102-
CMYK0.640.4700.6
HSL224.31º46.76%27.25%-
HSV(B)224.31º63.73%40%-
XYZ4.483.9913.1-
YUV54.39154.87115.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 102 (40.23% from 255) = 52.85%
R=19.17%
G=27.98%
B=52.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37541020.640.4700.6224.3146.7627.25
Hex253666402F03Ce02f1b
Octal4566146100570743405733
Binary1001011101101100110100000010111101111001110000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253666; }

 p { color: rgb(37,54,102); }

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

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

 a { background-color: rgb(37,54,102); }

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

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

 span { border-color: rgb(37,54,102); }

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