#25456F

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

Shades of Catalina Blue #25456F

Tints of Catalina Blue #25456F

Color information

#25456F (or 0x25456F) is unknown color: approx Catalina Blue. HEX triplet: 25, 45 and 6F. RGB value is (37,69,111). Sum of RGB (Red+Green+Blue) = 37+69+111=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #25456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25456F is #DABA90. Grayscale: #404040. Windows color (decimal): -14334609 or 7292197. OLE color: 7292197.

HSL color Cylindrical-coordinate representation of color #25456F: hue angle of 214.05º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25456F is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3769111-
CMYK0.670.3800.56
HSL214.05º50%29.02%-
HSV(B)214.05º66.67%43.53%-
XYZ5.765.815.85-
YUV64.22154.4108.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=17.05%
G=31.80%
B=51.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37691110.670.3800.56214.055029.02
Hex25456F4326038d6321d
Octal45105157103460703266235
Binary10010110001011101111100001110011001110001101011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25456F; }

 p { color: rgb(37,69,111); }

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

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

 a { background-color: rgb(37,69,111); }

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

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

 span { border-color: rgb(37,69,111); }

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