Html Css Color HEX #214574 Venice Blue

📋 copy color: '#214574'

red 33 ◦ green 69 ◦ blue 116

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

Shades of Venice Blue #214574

Tints of Venice Blue #214574

RGB

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

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

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

R = 15.14%
G = 31.65%
B = 53.21%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#214574 (or 0x214574) is known color: Venice Blue. HEX triplet: 21, 45 and 74. RGB value is (33,69,116). Sum of RGB (Red+Green+Blue) = 33+69+116=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #214574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214574 is #DEBA8B. Grayscale: #3F3F3F. Windows color (decimal): -14596748 or 7619873. OLE color: 7619873.

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

Color convert

RGB 33 69 116 -
CMYK 0.72 0.41 0 0.55
HSL 213.98º 0.56% 0.29% -
HSV(B) 213.98º 0.72% 0.45% -
XYZ 5.91 5.84 17.34 -
YUV 63.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 33 69 116 0.72 0.41 0 0.55 213.98 0.56 0.29
Hex 21 45 74 48 29 0 37 D6 38 1D
Octal 41 105 164 110 51 0 67 326 70 35
Binary 100001 1000101 1110100 1001000 101001 0 110111 11010110 111000 11101

Color Harmonies of #214574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214574

Black with #214574

Text Example


Text Example

White with #214574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214574; }

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

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

background-color css

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

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

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

border-color css

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

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

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