Html Css Color HEX #244874 Venice Blue

📋 copy color: '#244874'

red 36 ◦ green 72 ◦ blue 116

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

Shades of Venice Blue #244874

Tints of Venice Blue #244874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

 BLUE value IS 116 (45.7% from 255) = 51.79%

R = 16.07%
G = 32.14%
B = 51.79%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#244874 (or 0x244874) is known color: Venice Blue. HEX triplet: 24, 48 and 74. RGB value is (36,72,116). Sum of RGB (Red+Green+Blue) = 36+72+116=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #244874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244874 is #DBB78B. Grayscale: #424242. Windows color (decimal): -14399372 or 7620644. OLE color: 7620644.

HSL color Cylindrical-coordinate representation of color #244874: hue angle of 213º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #244874 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 72 116 -
CMYK 0.69 0.38 0 0.55
HSL 213º 0.53% 0.3% -
HSV(B) 213º 0.69% 0.45% -
XYZ 6.2 6.27 17.41 -
YUV 66.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 36 72 116 0.69 0.38 0 0.55 213 0.53 0.3
Hex 24 48 74 45 26 0 37 D5 35 1E
Octal 44 110 164 105 46 0 67 325 65 36
Binary 100100 1001000 1110100 1000101 100110 0 110111 11010101 110101 11110

Color Harmonies of #244874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244874

Black with #244874

Text Example


Text Example

White with #244874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244874; }

 p { color: rgb(36,72,116); }

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

background-color css

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

 a { background-color: rgb(36,72,116); }

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

border-color css

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

 span { border-color: rgb(36,72,116); }

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