Html Css Color HEX #214572 Venice Blue

📋 copy color: '#214572'

red 33 ◦ green 69 ◦ blue 114

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

Shades of Venice Blue #214572

Tints of Venice Blue #214572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

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

R = 15.28%
G = 31.94%
B = 52.78%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#214572 (or 0x214572) is known color: Venice Blue. HEX triplet: 21, 45 and 72. RGB value is (33,69,114). Sum of RGB (Red+Green+Blue) = 33+69+114=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #214572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214572 is #DEBA8D. Grayscale: #3F3F3F. Windows color (decimal): -14596750 or 7488801. OLE color: 7488801.

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

Color convert

RGB 33 69 114 -
CMYK 0.71 0.39 0 0.55
HSL 213.33º 0.55% 0.29% -
HSV(B) 213.33º 0.71% 0.45% -
XYZ 5.79 5.79 16.73 -
YUV 63.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 33 69 114 0.71 0.39 0 0.55 213.33 0.55 0.29
Hex 21 45 72 47 27 0 37 D5 37 1D
Octal 41 105 162 107 47 0 67 325 67 35
Binary 100001 1000101 1110010 1000111 100111 0 110111 11010101 110111 11101

Color Harmonies of #214572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214572

Black with #214572

Text Example


Text Example

White with #214572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214572; }

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

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

background-color css

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

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

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

border-color css

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

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

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