Html Css Color HEX #244063 Catalina Blue

📋 copy color: '#244063'

red 36 ◦ green 64 ◦ blue 99

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

Shades of Catalina Blue #244063

Tints of Catalina Blue #244063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.75%

R = 18.09%
G = 32.16%
B = 49.75%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#244063 (or 0x244063) is known color: Catalina Blue. HEX triplet: 24, 40 and 63. RGB value is (36,64,99). Sum of RGB (Red+Green+Blue) = 36+64+99=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #244063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244063 is #DBBF9C. Grayscale: #3B3B3B. Windows color (decimal): -14401437 or 6504484. OLE color: 6504484.

HSL color Cylindrical-coordinate representation of color #244063: hue angle of 213.33º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #244063 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 36 64 99 -
CMYK 0.64 0.35 0 0.61
HSL 213.33º 0.47% 0.26% -
HSV(B) 213.33º 0.64% 0.39% -
XYZ 4.81 4.94 12.5 -
YUV 59.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 36 64 99 0.64 0.35 0 0.61 213.33 0.47 0.26
Hex 24 40 63 40 23 0 3D D5 2F 1A
Octal 44 100 143 100 43 0 75 325 57 32
Binary 100100 1000000 1100011 1000000 100011 0 111101 11010101 101111 11010

Color Harmonies of #244063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244063

Black with #244063

Text Example


Text Example

White with #244063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244063; }

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

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

background-color css

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

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

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

border-color css

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

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

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