Html Css Color HEX #244066 Catalina Blue

📋 copy color: '#244066'

red 36 ◦ green 64 ◦ blue 102

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

Shades of Catalina Blue #244066

Tints of Catalina Blue #244066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 17.82%
G = 31.68%
B = 50.5%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#244066 (or 0x244066) is known color: Catalina Blue. HEX triplet: 24, 40 and 66. RGB value is (36,64,102). Sum of RGB (Red+Green+Blue) = 36+64+102=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #244066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244066 is #DBBF99. Grayscale: #3B3B3B. Windows color (decimal): -14401434 or 6701092. OLE color: 6701092.

HSL color Cylindrical-coordinate representation of color #244066: hue angle of 214.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #244066 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 36 64 102 -
CMYK 0.65 0.37 0 0.6
HSL 214.55º 0.48% 0.27% -
HSV(B) 214.55º 0.65% 0.4% -
XYZ 4.96 5 13.27 -
YUV 59.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 36 64 102 0.65 0.37 0 0.6 214.55 0.48 0.27
Hex 24 40 66 41 25 0 3C D7 30 1B
Octal 44 100 146 101 45 0 74 327 60 33
Binary 100100 1000000 1100110 1000001 100101 0 111100 11010111 110000 11011

Color Harmonies of #244066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244066

Black with #244066

Text Example


Text Example

White with #244066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244066; }

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

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

background-color css

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

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

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

border-color css

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

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

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