#253661

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

Shades of Catalina Blue #253661

Tints of Catalina Blue #253661

Color information

#253661 (or 0x253661) is unknown color: approx Catalina Blue. HEX triplet: 25, 36 and 61. RGB value is (37,54,97). Sum of RGB (Red+Green+Blue) = 37+54+97=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #253661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253661 is #DAC99E. Grayscale: #353535. Windows color (decimal): -14338463 or 6370853. OLE color: 6370853.

HSL color Cylindrical-coordinate representation of color #253661: hue angle of 223º 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 #253661 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB375497-
CMYK0.620.4400.62
HSL223º44.78%26.27%-
HSV(B)223º61.86%38.04%-
XYZ4.243.8911.84-
YUV53.82152.37116-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 97 (38.28% from 255) = 51.60%
R=19.68%
G=28.72%
B=51.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3754970.620.4400.6222344.7826.27
Hex2536613E2C03Edf2d1a
Octal456614176540763375532
Binary100101110110110000111111010110001111101101111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253661; }

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

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

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

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

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

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

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

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