Html Css Color HEX #214A74 Venice Blue

📋 copy color: '#214A74'

red 33 ◦ green 74 ◦ blue 116

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

Shades of Venice Blue #214A74

Tints of Venice Blue #214A74

RGB

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

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

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

R = 14.8%
G = 33.18%
B = 52.02%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#214A74 (or 0x214A74) is known color: Venice Blue. HEX triplet: 21, 4A and 74. RGB value is (33,74,116). Sum of RGB (Red+Green+Blue) = 33+74+116=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #214A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A74 is #DEB58B. Grayscale: #424242. Windows color (decimal): -14595468 or 7621153. OLE color: 7621153.

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

Color convert

RGB 33 74 116 -
CMYK 0.72 0.36 0 0.55
HSL 210.36º 0.56% 0.29% -
HSV(B) 210.36º 0.72% 0.45% -
XYZ 6.23 6.48 17.45 -
YUV 66.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 33 74 116 0.72 0.36 0 0.55 210.36 0.56 0.29
Hex 21 4A 74 48 24 0 37 D2 38 1D
Octal 41 112 164 110 44 0 67 322 70 35
Binary 100001 1001010 1110100 1001000 100100 0 110111 11010010 111000 11101

Color Harmonies of #214A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A74

Black with #214A74

Text Example


Text Example

White with #214A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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