#253856

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

Shades of Catalina Blue #253856

Tints of Catalina Blue #253856

Color information

#253856 (or 0x253856) is unknown color: approx Catalina Blue. HEX triplet: 25, 38 and 56. RGB value is (37,56,86). Sum of RGB (Red+Green+Blue) = 37+56+86=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #253856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253856 is #DAC7A9. Grayscale: #353535. Windows color (decimal): -14337962 or 5650469. OLE color: 5650469.

HSL color Cylindrical-coordinate representation of color #253856: hue angle of 216.73º 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 #253856 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB375686-
CMYK0.570.3500.66
HSL216.73º39.84%24.12%-
HSV(B)216.73º56.98%33.73%-
XYZ3.863.899.35-
YUV53.74146.21116.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 86 (33.98% from 255) = 48.04%
R=20.67%
G=31.28%
B=48.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3756860.570.3500.66216.7339.8424.12
Hex2538563923042d92818
Octal4570126714301023315030
Binary1001011110001010110111001100011010000101101100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253856; }

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

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

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

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

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

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

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

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