#254569

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

Shades of Catalina Blue #254569

Tints of Catalina Blue #254569

Color information

#254569 (or 0x254569) is unknown color: approx Catalina Blue. HEX triplet: 25, 45 and 69. RGB value is (37,69,105). Sum of RGB (Red+Green+Blue) = 37+69+105=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #254569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254569 is #DABA96. Grayscale: #3F3F3F. Windows color (decimal): -14334615 or 6898981. OLE color: 6898981.

HSL color Cylindrical-coordinate representation of color #254569: hue angle of 211.76º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #254569 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3769105-
CMYK0.650.3400.59
HSL211.76º47.89%27.84%-
HSV(B)211.76º64.76%41.18%-
XYZ5.445.6714.17-
YUV63.54151.4109.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=17.54%
G=32.70%
B=49.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37691050.650.3400.59211.7647.8927.84
Hex254569412203Bd4301c
Octal45105151101420733246034
Binary10010110001011101001100000110001001110111101010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254569; }

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

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

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

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

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

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

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

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