#253556

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

Shades of Catalina Blue #253556

Tints of Catalina Blue #253556

Color information

#253556 (or 0x253556) is unknown color: approx Catalina Blue. HEX triplet: 25, 35 and 56. RGB value is (37,53,86). Sum of RGB (Red+Green+Blue) = 37+53+86=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #253556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253556 is #DACAA9. Grayscale: #333333. Windows color (decimal): -14338730 or 5649701. OLE color: 5649701.

HSL color Cylindrical-coordinate representation of color #253556: hue angle of 220.41º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #253556 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB375386-
CMYK0.570.3800.66
HSL220.41º39.84%24.12%-
HSV(B)220.41º56.98%33.73%-
XYZ3.723.619.31-
YUV51.98147.2117.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=21.02%
G=30.11%
B=48.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3753860.570.3800.66220.4139.8424.12
Hex2535563926042dc2818
Octal4565126714601023345030
Binary1001011101011010110111001100110010000101101110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253556; }

 p { color: rgb(37,53,86); }

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

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

 a { background-color: rgb(37,53,86); }

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

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

 span { border-color: rgb(37,53,86); }

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