Html Css Color HEX #244060 Catalina Blue

📋 copy color: '#244060'

red 36 ◦ green 64 ◦ blue 96

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

Shades of Catalina Blue #244060

Tints of Catalina Blue #244060

RGB

 RED value IS 36 (14.45% from 255) = 18.37%

 GREEN value IS 64 (25.39% from 255) = 32.65%

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

R = 18.37%
G = 32.65%
B = 48.98%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#244060 (or 0x244060) is known color: Catalina Blue. HEX triplet: 24, 40 and 60. RGB value is (36,64,96). Sum of RGB (Red+Green+Blue) = 36+64+96=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #244060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244060 is #DBBF9F. Grayscale: #3B3B3B. Windows color (decimal): -14401440 or 6307876. OLE color: 6307876.

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

Color convert

RGB 36 64 96 -
CMYK 0.62 0.33 0 0.62
HSL 212º 0.45% 0.26% -
HSV(B) 212º 0.63% 0.38% -
XYZ 4.67 4.89 11.76 -
YUV 59.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 36 64 96 0.62 0.33 0 0.62 212 0.45 0.26
Hex 24 40 60 3E 21 0 3E D4 2D 1A
Octal 44 100 140 76 41 0 76 324 55 32
Binary 100100 1000000 1100000 111110 100001 0 111110 11010100 101101 11010

Color Harmonies of #244060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244060

Black with #244060

Text Example


Text Example

White with #244060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244060; }

 p { color: rgb(36,64,96); }

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

background-color css

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

 a { background-color: rgb(36,64,96); }

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

border-color css

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

 span { border-color: rgb(36,64,96); }

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