Html Css Color HEX #244468 Catalina Blue

📋 copy color: '#244468'

red 36 ◦ green 68 ◦ blue 104

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

Shades of Catalina Blue #244468

Tints of Catalina Blue #244468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.69%

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

R = 17.31%
G = 32.69%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#244468 (or 0x244468) is known color: Catalina Blue. HEX triplet: 24, 44 and 68. RGB value is (36,68,104). Sum of RGB (Red+Green+Blue) = 36+68+104=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #244468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244468 is #DBBB97. Grayscale: #3E3E3E. Windows color (decimal): -14400408 or 6833188. OLE color: 6833188.

HSL color Cylindrical-coordinate representation of color #244468: hue angle of 211.76º 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 #244468 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 68 104 -
CMYK 0.65 0.35 0 0.59
HSL 211.76º 0.49% 0.27% -
HSV(B) 211.76º 0.65% 0.41% -
XYZ 5.29 5.51 13.88 -
YUV 62.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 36 68 104 0.65 0.35 0 0.59 211.76 0.49 0.27
Hex 24 44 68 41 23 0 3B D4 31 1B
Octal 44 104 150 101 43 0 73 324 61 33
Binary 100100 1000100 1101000 1000001 100011 0 111011 11010100 110001 11011

Color Harmonies of #244468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244468

Black with #244468

Text Example


Text Example

White with #244468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244468; }

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

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

background-color css

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

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

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

border-color css

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

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

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