#253658

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

Shades of Catalina Blue #253658

Tints of Catalina Blue #253658

Color information

#253658 (or 0x253658) is unknown color: approx Catalina Blue. HEX triplet: 25, 36 and 58. RGB value is (37,54,88). Sum of RGB (Red+Green+Blue) = 37+54+88=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #253658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253658 is #DAC9A7. Grayscale: #343434. Windows color (decimal): -14338472 or 5781029. OLE color: 5781029.

HSL color Cylindrical-coordinate representation of color #253658: hue angle of 220º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253658 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB375488-
CMYK0.580.3900.65
HSL220º40.8%24.51%-
HSV(B)220º57.95%34.51%-
XYZ3.843.749.75-
YUV52.79147.87116.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=20.67%
G=30.17%
B=49.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3754880.580.3900.6522040.824.51
Hex2536583A27041dc2919
Octal4566130724701013345131
Binary1001011101101011000111010100111010000011101110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253658; }

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

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

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

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

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

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

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

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