#254470

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

Shades of Catalina Blue #254470

Tints of Catalina Blue #254470

Color information

#254470 (or 0x254470) is unknown color: approx Catalina Blue. HEX triplet: 25, 44 and 70. RGB value is (37,68,112). Sum of RGB (Red+Green+Blue) = 37+68+112=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #254470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254470 is #DABB8F. Grayscale: #3F3F3F. Windows color (decimal): -14334864 or 7357477. OLE color: 7357477.

HSL color Cylindrical-coordinate representation of color #254470: hue angle of 215.2º 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 #254470 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3768112-
CMYK0.670.3900.56
HSL215.2º50.34%29.22%-
HSV(B)215.2º66.96%43.92%-
XYZ5.755.716.13-
YUV63.75155.23108.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=17.05%
G=31.34%
B=51.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37681120.670.3900.56215.250.3429.22
Hex2544704327038d7321d
Octal45104160103470703276235
Binary10010110001001110000100001110011101110001101011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254470; }

 p { color: rgb(37,68,112); }

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

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

 a { background-color: rgb(37,68,112); }

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

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

 span { border-color: rgb(37,68,112); }

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