Html Css Color HEX #253B60 Catalina Blue

📋 copy color: '#253B60'

red 37 ◦ green 59 ◦ blue 96

#253B60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #253B60

Tints of Catalina Blue #253B60

RGB

 RED value IS 37 (14.84% from 255) = 19.27%

 GREEN value IS 59 (23.44% from 255) = 30.73%

 BLUE value IS 96 (37.89% from 255) = 50%

R = 19.27%
G = 30.73%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#253B60 (or 0x253B60) is known color: Catalina Blue. HEX triplet: 25, 3B and 60. RGB value is (37,59,96). Sum of RGB (Red+Green+Blue) = 37+59+96=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #253B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B60 is #DAC49F. Grayscale: #383838. Windows color (decimal): -14337184 or 6306597. OLE color: 6306597.

HSL color Cylindrical-coordinate representation of color #253B60: hue angle of 217.63º 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 #253B60 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 59 96 -
CMYK 0.61 0.39 0 0.62
HSL 217.63º 0.44% 0.26% -
HSV(B) 217.63º 0.61% 0.38% -
XYZ 4.44 4.37 11.68 -
YUV 56.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 37 59 96 0.61 0.39 0 0.62 217.63 0.44 0.26
Hex 25 3B 60 3D 27 0 3E DA 2C 1A
Octal 45 73 140 75 47 0 76 332 54 32
Binary 100101 111011 1100000 111101 100111 0 111110 11011010 101100 11010

Color Harmonies of #253B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B60

Black with #253B60

Text Example


Text Example

White with #253B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #253B60;
 }
 .AnyTagClassName
 {
   color: #253B60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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