Html Css Color HEX #244672 Venice Blue

📋 copy color: '#244672'

red 36 ◦ green 70 ◦ blue 114

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

Shades of Venice Blue #244672

Tints of Venice Blue #244672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 16.36%
G = 31.82%
B = 51.82%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#244672 (or 0x244672) is known color: Venice Blue. HEX triplet: 24, 46 and 72. RGB value is (36,70,114). Sum of RGB (Red+Green+Blue) = 36+70+114=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #244672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244672 is #DBB98D. Grayscale: #404040. Windows color (decimal): -14399886 or 7489060. OLE color: 7489060.

HSL color Cylindrical-coordinate representation of color #244672: hue angle of 213.85º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #244672 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 70 114 -
CMYK 0.68 0.39 0 0.55
HSL 213.85º 0.52% 0.29% -
HSV(B) 213.85º 0.68% 0.45% -
XYZ 5.95 5.97 16.76 -
YUV 64.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 36 70 114 0.68 0.39 0 0.55 213.85 0.52 0.29
Hex 24 46 72 44 27 0 37 D6 34 1D
Octal 44 106 162 104 47 0 67 326 64 35
Binary 100100 1000110 1110010 1000100 100111 0 110111 11010110 110100 11101

Color Harmonies of #244672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244672

Black with #244672

Text Example


Text Example

White with #244672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244672; }

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

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

background-color css

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

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

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

border-color css

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

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

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