#214B75

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

Shades of Venice Blue #214B75

Tints of Venice Blue #214B75

Color information

#214B75 (or 0x214B75) is unknown color: approx Venice Blue. HEX triplet: 21, 4B and 75. RGB value is (33,75,117). Sum of RGB (Red+Green+Blue) = 33+75+117=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #214B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B75 is #DEB48A. Grayscale: #434343. Windows color (decimal): -14595211 or 7686945. OLE color: 7686945.

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

Color convert

RGB3375117-
CMYK0.720.3600.54
HSL210º56%29.41%-
HSV(B)210º71.79%45.88%-
XYZ6.356.6417.78-
YUV67.23156.09103.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 52%
R=14.67%
G=33.33%
B=52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33751170.720.3600.542105629.41
Hex214B754824036d2381d
Octal41113165110440663227035
Binary10000110010111110101100100010010001101101101001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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