Html Css Color HEX #244C81 St Tropaz

📋 copy color: '#244C81'

red 36 ◦ green 76 ◦ blue 129

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

Shades of St Tropaz #244C81

Tints of St Tropaz #244C81

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.54%

 BLUE value IS 129 (50.78% from 255) = 53.53%

R = 14.94%
G = 31.54%
B = 53.53%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#244C81 (or 0x244C81) is known color: St Tropaz. HEX triplet: 24, 4C and 81. RGB value is (36,76,129). Sum of RGB (Red+Green+Blue) = 36+76+129=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #244C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244C81 is #DBB37E. Grayscale: #454545. Windows color (decimal): -14398335 or 8473636. OLE color: 8473636.

HSL color Cylindrical-coordinate representation of color #244C81: hue angle of 214.19º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #244C81 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 76 129 -
CMYK 0.72 0.41 0 0.49
HSL 214.19º 0.56% 0.32% -
HSV(B) 214.19º 0.72% 0.51% -
XYZ 7.27 7.13 21.76 -
YUV 70.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 36 76 129 0.72 0.41 0 0.49 214.19 0.56 0.32
Hex 24 4C 81 48 29 0 31 D6 38 20
Octal 44 114 201 110 51 0 61 326 70 40
Binary 100100 1001100 10000001 1001000 101001 0 110001 11010110 111000 100000

Color Harmonies of #244C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244C81

Black with #244C81

Text Example


Text Example

White with #244C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244C81; }

 p { color: rgb(36,76,129); }

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

background-color css

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

 a { background-color: rgb(36,76,129); }

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

border-color css

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

 span { border-color: rgb(36,76,129); }

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