Html Css Color HEX #214A75 Venice Blue

📋 copy color: '#214A75'

red 33 ◦ green 74 ◦ blue 117

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

Shades of Venice Blue #214A75

Tints of Venice Blue #214A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.04%

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

R = 14.73%
G = 33.04%
B = 52.23%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#214A75 (or 0x214A75) is known color: Venice Blue. HEX triplet: 21, 4A and 75. RGB value is (33,74,117). Sum of RGB (Red+Green+Blue) = 33+74+117=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #214A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A75 is #DEB58A. Grayscale: #424242. Windows color (decimal): -14595467 or 7686689. OLE color: 7686689.

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

Color convert

RGB 33 74 117 -
CMYK 0.72 0.37 0 0.54
HSL 210.71º 0.56% 0.29% -
HSV(B) 210.71º 0.72% 0.46% -
XYZ 6.29 6.51 17.75 -
YUV 66.64 156.42 104 -
System Red Green Blue C M Y K H S L
Decimal 33 74 117 0.72 0.37 0 0.54 210.71 0.56 0.29
Hex 21 4A 75 48 25 0 36 D3 38 1D
Octal 41 112 165 110 45 0 66 323 70 35
Binary 100001 1001010 1110101 1001000 100101 0 110110 11010011 111000 11101

Color Harmonies of #214A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A75

Black with #214A75

Text Example


Text Example

White with #214A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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