#253F69

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

Shades of Catalina Blue #253F69

Tints of Catalina Blue #253F69

Color information

#253F69 (or 0x253F69) is unknown color: approx Catalina Blue. HEX triplet: 25, 3F and 69. RGB value is (37,63,105). Sum of RGB (Red+Green+Blue) = 37+63+105=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #253F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F69 is #DAC096. Grayscale: #3B3B3B. Windows color (decimal): -14336151 or 6897445. OLE color: 6897445.

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

Color convert

RGB3763105-
CMYK0.650.400.59
HSL217.06º47.89%27.84%-
HSV(B)217.06º64.76%41.18%-
XYZ5.094.9714.06-
YUV60.01153.39111.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=18.05%
G=30.73%
B=51.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37631050.650.400.59217.0647.8927.84
Hex253F69412803Bd9301c
Octal4577151101500733316034
Binary1001011111111101001100000110100001110111101100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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