Html Css Color HEX #253D60 Catalina Blue

📋 copy color: '#253D60'

red 37 ◦ green 61 ◦ blue 96

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

Shades of Catalina Blue #253D60

Tints of Catalina Blue #253D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.44%

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

R = 19.07%
G = 31.44%
B = 49.48%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#253D60 (or 0x253D60) is known color: Catalina Blue. HEX triplet: 25, 3D and 60. RGB value is (37,61,96). Sum of RGB (Red+Green+Blue) = 37+61+96=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #253D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D60 is #DAC29F. Grayscale: #393939. Windows color (decimal): -14336672 or 6307109. OLE color: 6307109.

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

Color convert

RGB 37 61 96 -
CMYK 0.61 0.36 0 0.62
HSL 215.59º 0.44% 0.26% -
HSV(B) 215.59º 0.61% 0.38% -
XYZ 4.54 4.58 11.71 -
YUV 57.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 37 61 96 0.61 0.36 0 0.62 215.59 0.44 0.26
Hex 25 3D 60 3D 24 0 3E D8 2C 1A
Octal 45 75 140 75 44 0 76 330 54 32
Binary 100101 111101 1100000 111101 100100 0 111110 11011000 101100 11010

Color Harmonies of #253D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D60

Black with #253D60

Text Example


Text Example

White with #253D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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