Html Css Color HEX #214872 Venice Blue

📋 copy color: '#214872'

red 33 ◦ green 72 ◦ blue 114

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

Shades of Venice Blue #214872

Tints of Venice Blue #214872

RGB

 RED value IS 33 (13.28% from 255) = 15.07%

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

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

R = 15.07%
G = 32.88%
B = 52.05%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#214872 (or 0x214872) is known color: Venice Blue. HEX triplet: 21, 48 and 72. RGB value is (33,72,114). Sum of RGB (Red+Green+Blue) = 33+72+114=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #214872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214872 is #DEB78D. Grayscale: #404040. Windows color (decimal): -14595982 or 7489569. OLE color: 7489569.

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

Color convert

RGB 33 72 114 -
CMYK 0.71 0.37 0 0.55
HSL 211.11º 0.55% 0.29% -
HSV(B) 211.11º 0.71% 0.45% -
XYZ 5.98 6.17 16.8 -
YUV 65.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 33 72 114 0.71 0.37 0 0.55 211.11 0.55 0.29
Hex 21 48 72 47 25 0 37 D3 37 1D
Octal 41 110 162 107 45 0 67 323 67 35
Binary 100001 1001000 1110010 1000111 100101 0 110111 11010011 110111 11101

Color Harmonies of #214872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214872

Black with #214872

Text Example


Text Example

White with #214872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214872; }

 p { color: rgb(33,72,114); }

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

background-color css

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

 a { background-color: rgb(33,72,114); }

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

border-color css

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

 span { border-color: rgb(33,72,114); }

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