Html Css Color HEX #244C83 St Tropaz

📋 copy color: '#244C83'

red 36 ◦ green 76 ◦ blue 131

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

Shades of St Tropaz #244C83

Tints of St Tropaz #244C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 53.91%

R = 14.81%
G = 31.28%
B = 53.91%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#244C83 (or 0x244C83) is known color: St Tropaz. HEX triplet: 24, 4C and 83. RGB value is (36,76,131). Sum of RGB (Red+Green+Blue) = 36+76+131=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #244C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244C83 is #DBB37C. Grayscale: #464646. Windows color (decimal): -14398333 or 8604708. OLE color: 8604708.

HSL color Cylindrical-coordinate representation of color #244C83: hue angle of 214.74º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #244C83 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 76 131 -
CMYK 0.73 0.42 0 0.49
HSL 214.74º 0.57% 0.33% -
HSV(B) 214.74º 0.73% 0.51% -
XYZ 7.41 7.18 22.47 -
YUV 70.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 36 76 131 0.73 0.42 0 0.49 214.74 0.57 0.33
Hex 24 4C 83 49 2A 0 31 D7 39 21
Octal 44 114 203 111 52 0 61 327 71 41
Binary 100100 1001100 10000011 1001001 101010 0 110001 11010111 111001 100001

Color Harmonies of #244C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244C83

Black with #244C83

Text Example


Text Example

White with #244C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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