Html Css Color HEX #214675 Venice Blue

📋 copy color: '#214675'

red 33 ◦ green 70 ◦ blue 117

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

Shades of Venice Blue #214675

Tints of Venice Blue #214675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 15%
G = 31.82%
B = 53.18%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#214675 (or 0x214675) is known color: Venice Blue. HEX triplet: 21, 46 and 75. RGB value is (33,70,117). Sum of RGB (Red+Green+Blue) = 33+70+117=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #214675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214675 is #DEB98A. Grayscale: #404040. Windows color (decimal): -14596491 or 7685665. OLE color: 7685665.

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

Color convert

RGB 33 70 117 -
CMYK 0.72 0.40 0 0.54
HSL 213.57º 0.56% 0.29% -
HSV(B) 213.57º 0.72% 0.46% -
XYZ 6.03 5.99 17.67 -
YUV 64.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 33 70 117 0.72 0.40 0 0.54 213.57 0.56 0.29
Hex 21 46 75 48 28 0 36 D6 38 1D
Octal 41 106 165 110 50 0 66 326 70 35
Binary 100001 1000110 1110101 1001000 101000 0 110110 11010110 111000 11101

Color Harmonies of #214675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214675

Black with #214675

Text Example


Text Example

White with #214675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214675; }

 p { color: rgb(33,70,117); }

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

background-color css

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

 a { background-color: rgb(33,70,117); }

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

border-color css

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

 span { border-color: rgb(33,70,117); }

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