Html Css Color HEX #214F74 Venice Blue

📋 copy color: '#214F74'

red 33 ◦ green 79 ◦ blue 116

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

Shades of Venice Blue #214F74

Tints of Venice Blue #214F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.65%

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

R = 14.47%
G = 34.65%
B = 50.88%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#214F74 (or 0x214F74) is known color: Venice Blue. HEX triplet: 21, 4F and 74. RGB value is (33,79,116). Sum of RGB (Red+Green+Blue) = 33+79+116=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #214F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F74 is #DEB08B. Grayscale: #454545. Windows color (decimal): -14594188 or 7622433. OLE color: 7622433.

HSL color Cylindrical-coordinate representation of color #214F74: hue angle of 206.75º 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 #214F74 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 79 116 -
CMYK 0.72 0.32 0 0.55
HSL 206.75º 0.56% 0.29% -
HSV(B) 206.75º 0.72% 0.45% -
XYZ 6.58 7.18 17.56 -
YUV 69.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 33 79 116 0.72 0.32 0 0.55 206.75 0.56 0.29
Hex 21 4F 74 48 20 0 37 CF 38 1D
Octal 41 117 164 110 40 0 67 317 70 35
Binary 100001 1001111 1110100 1001000 100000 0 110111 11001111 111000 11101

Color Harmonies of #214F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214F74

Black with #214F74

Text Example


Text Example

White with #214F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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