#253A60

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

Shades of Catalina Blue #253A60

Tints of Catalina Blue #253A60

Color information

#253A60 (or 0x253A60) is unknown color: approx Catalina Blue. HEX triplet: 25, 3A and 60. RGB value is (37,58,96). Sum of RGB (Red+Green+Blue) = 37+58+96=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #253A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A60 is #DAC59F. Grayscale: #373737. Windows color (decimal): -14337440 or 6306341. OLE color: 6306341.

HSL color Cylindrical-coordinate representation of color #253A60: hue angle of 218.64º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #253A60 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB375896-
CMYK0.610.4000.62
HSL218.64º44.36%26.08%-
HSV(B)218.64º61.46%37.65%-
XYZ4.394.2611.66-
YUV56.05150.54114.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 96 (37.89% from 255) = 50.26%
R=19.37%
G=30.37%
B=50.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3758960.610.4000.62218.6444.3626.08
Hex253A603D2803Edb2c1a
Octal457214075500763335432
Binary100101111010110000011110110100001111101101101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,58,96); }

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

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

 a { background-color: rgb(37,58,96); }

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

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

 span { border-color: rgb(37,58,96); }

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