Html Css Color HEX #244160 Catalina Blue

📋 copy color: '#244160'

red 36 ◦ green 65 ◦ blue 96

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

Shades of Catalina Blue #244160

Tints of Catalina Blue #244160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.99%

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

R = 18.27%
G = 32.99%
B = 48.73%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#244160 (or 0x244160) is known color: Catalina Blue. HEX triplet: 24, 41 and 60. RGB value is (36,65,96). Sum of RGB (Red+Green+Blue) = 36+65+96=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #244160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244160 is #DBBE9F. Grayscale: #3B3B3B. Windows color (decimal): -14401184 or 6308132. OLE color: 6308132.

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

Color convert

RGB 36 65 96 -
CMYK 0.62 0.32 0 0.62
HSL 211º 0.45% 0.26% -
HSV(B) 211º 0.63% 0.38% -
XYZ 4.73 5 11.78 -
YUV 59.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 36 65 96 0.62 0.32 0 0.62 211 0.45 0.26
Hex 24 41 60 3E 20 0 3E D3 2D 1A
Octal 44 101 140 76 40 0 76 323 55 32
Binary 100100 1000001 1100000 111110 100000 0 111110 11010011 101101 11010

Color Harmonies of #244160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244160

Black with #244160

Text Example


Text Example

White with #244160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244160; }

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

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

background-color css

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

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

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

border-color css

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

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

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