#214E75

Color #214E75 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #214E75

Tints of Venice Blue #214E75

Color information

#214E75 (or 0x214E75) is unknown color: approx Venice Blue. HEX triplet: 21, 4E and 75. RGB value is (33,78,117). Sum of RGB (Red+Green+Blue) = 33+78+117=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #214E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E75 is #DEB18A. Grayscale: #444444. Windows color (decimal): -14594443 or 7687713. OLE color: 7687713.

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

Color convert

RGB3378117-
CMYK0.720.3300.54
HSL207.86º56%29.41%-
HSV(B)207.86º71.79%45.88%-
XYZ6.567.0617.85-
YUV68.99155.09102.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=14.47%
G=34.21%
B=51.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33781170.720.3300.54207.865629.41
Hex214E754821036d0381d
Octal41116165110410663207035
Binary10000110011101110101100100010000101101101101000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #214E75;
 }
 .AnyTagClassName
 {
   color: #214E75;
 }
</style>
background-color css

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

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

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

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

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

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