#253E69

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

Shades of Catalina Blue #253E69

Tints of Catalina Blue #253E69

Color information

#253E69 (or 0x253E69) is unknown color: approx Catalina Blue. HEX triplet: 25, 3E and 69. RGB value is (37,62,105). Sum of RGB (Red+Green+Blue) = 37+62+105=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #253E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E69 is #DAC196. Grayscale: #3B3B3B. Windows color (decimal): -14336407 or 6897189. OLE color: 6897189.

HSL color Cylindrical-coordinate representation of color #253E69: hue angle of 217.94º 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 #253E69 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3762105-
CMYK0.650.4100.59
HSL217.94º47.89%27.84%-
HSV(B)217.94º64.76%41.18%-
XYZ5.044.8614.04-
YUV59.43153.72112-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=18.14%
G=30.39%
B=51.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37621050.650.4100.59217.9447.8927.84
Hex253E69412903Bda301c
Octal4576151101510733326034
Binary1001011111101101001100000110100101110111101101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253E69; }

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

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

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

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

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

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

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

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