#253456

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

Shades of Catalina Blue #253456

Tints of Catalina Blue #253456

Color information

#253456 (or 0x253456) is unknown color: approx Catalina Blue. HEX triplet: 25, 34 and 56. RGB value is (37,52,86). Sum of RGB (Red+Green+Blue) = 37+52+86=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #253456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253456 is #DACBA9. Grayscale: #333333. Windows color (decimal): -14338986 or 5649445. OLE color: 5649445.

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

Color convert

RGB375286-
CMYK0.570.4000.66
HSL221.63º39.84%24.12%-
HSV(B)221.63º56.98%33.73%-
XYZ3.673.529.29-
YUV51.39147.53117.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=21.14%
G=29.71%
B=49.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3752860.570.4000.66221.6339.8424.12
Hex2534563928042de2818
Octal4564126715001023365030
Binary1001011101001010110111001101000010000101101111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253456; }

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

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

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

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

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

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

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

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