Html Css Color HEX #244168 Catalina Blue

📋 copy color: '#244168'

red 36 ◦ green 65 ◦ blue 104

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

Shades of Catalina Blue #244168

Tints of Catalina Blue #244168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 17.56%
G = 31.71%
B = 50.73%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#244168 (or 0x244168) is known color: Catalina Blue. HEX triplet: 24, 41 and 68. RGB value is (36,65,104). Sum of RGB (Red+Green+Blue) = 36+65+104=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #244168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244168 is #DBBE97. Grayscale: #3C3C3C. Windows color (decimal): -14401176 or 6832420. OLE color: 6832420.

HSL color Cylindrical-coordinate representation of color #244168: hue angle of 214.41º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #244168 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 65 104 -
CMYK 0.65 0.38 0 0.59
HSL 214.41º 0.49% 0.27% -
HSV(B) 214.41º 0.65% 0.41% -
XYZ 5.12 5.16 13.82 -
YUV 60.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 36 65 104 0.65 0.38 0 0.59 214.41 0.49 0.27
Hex 24 41 68 41 26 0 3B D6 31 1B
Octal 44 101 150 101 46 0 73 326 61 33
Binary 100100 1000001 1101000 1000001 100110 0 111011 11010110 110001 11011

Color Harmonies of #244168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244168

Black with #244168

Text Example


Text Example

White with #244168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244168; }

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

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

background-color css

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

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

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

border-color css

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

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

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