Html Css Color HEX #214975 Venice Blue

📋 copy color: '#214975'

red 33 ◦ green 73 ◦ blue 117

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

Shades of Venice Blue #214975

Tints of Venice Blue #214975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

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

R = 14.8%
G = 32.74%
B = 52.47%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#214975 (or 0x214975) is known color: Venice Blue. HEX triplet: 21, 49 and 75. RGB value is (33,73,117). Sum of RGB (Red+Green+Blue) = 33+73+117=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #214975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214975 is #DEB68A. Grayscale: #414141. Windows color (decimal): -14595723 or 7686433. OLE color: 7686433.

HSL color Cylindrical-coordinate representation of color #214975: hue angle of 211.43º 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 #214975 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 73 117 -
CMYK 0.72 0.38 0 0.54
HSL 211.43º 0.56% 0.29% -
HSV(B) 211.43º 0.72% 0.46% -
XYZ 6.22 6.37 17.73 -
YUV 66.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 33 73 117 0.72 0.38 0 0.54 211.43 0.56 0.29
Hex 21 49 75 48 26 0 36 D3 38 1D
Octal 41 111 165 110 46 0 66 323 70 35
Binary 100001 1001001 1110101 1001000 100110 0 110110 11010011 111000 11101

Color Harmonies of #214975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214975

Black with #214975

Text Example


Text Example

White with #214975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214975; }

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

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

background-color css

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

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

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

border-color css

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

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

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