Html Css Color HEX #244674 Venice Blue

📋 copy color: '#244674'

red 36 ◦ green 70 ◦ blue 116

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

Shades of Venice Blue #244674

Tints of Venice Blue #244674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 16.22%
G = 31.53%
B = 52.25%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#244674 (or 0x244674) is known color: Venice Blue. HEX triplet: 24, 46 and 74. RGB value is (36,70,116). Sum of RGB (Red+Green+Blue) = 36+70+116=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #244674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244674 is #DBB98B. Grayscale: #404040. Windows color (decimal): -14399884 or 7620132. OLE color: 7620132.

HSL color Cylindrical-coordinate representation of color #244674: hue angle of 214.5º 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 #244674 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 70 116 -
CMYK 0.69 0.40 0 0.55
HSL 214.5º 0.53% 0.3% -
HSV(B) 214.5º 0.69% 0.45% -
XYZ 6.07 6.02 17.36 -
YUV 65.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 36 70 116 0.69 0.40 0 0.55 214.5 0.53 0.3
Hex 24 46 74 45 28 0 37 D6 35 1E
Octal 44 106 164 105 50 0 67 326 65 36
Binary 100100 1000110 1110100 1000101 101000 0 110111 11010110 110101 11110

Color Harmonies of #244674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244674

Black with #244674

Text Example


Text Example

White with #244674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244674; }

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

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

background-color css

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

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

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

border-color css

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

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

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