Html Css Color HEX #214C6F Venice Blue

📋 copy color: '#214C6F'

red 33 ◦ green 76 ◦ blue 111

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

Shades of Venice Blue #214C6F

Tints of Venice Blue #214C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.55%

 BLUE value IS 111 (43.75% from 255) = 50.45%

R = 15%
G = 34.55%
B = 50.45%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#214C6F (or 0x214C6F) is known color: Venice Blue. HEX triplet: 21, 4C and 6F. RGB value is (33,76,111). Sum of RGB (Red+Green+Blue) = 33+76+111=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #214C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C6F is #DEB390. Grayscale: #424242. Windows color (decimal): -14594961 or 7293985. OLE color: 7293985.

HSL color Cylindrical-coordinate representation of color #214C6F: hue angle of 206.92º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #214C6F is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 76 111 -
CMYK 0.70 0.32 0 0.56
HSL 206.92º 0.54% 0.28% -
HSV(B) 206.92º 0.7% 0.44% -
XYZ 6.08 6.64 16 -
YUV 67.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 33 76 111 0.70 0.32 0 0.56 206.92 0.54 0.28
Hex 21 4C 6F 46 20 0 38 CF 36 1C
Octal 41 114 157 106 40 0 70 317 66 34
Binary 100001 1001100 1101111 1000110 100000 0 111000 11001111 110110 11100

Color Harmonies of #214C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C6F

Black with #214C6F

Text Example


Text Example

White with #214C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,76,111); }

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

background-color css

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

 a { background-color: rgb(33,76,111); }

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

border-color css

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

 span { border-color: rgb(33,76,111); }

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