#215074

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

Shades of Venice Blue #215074

Tints of Venice Blue #215074

Color information

#215074 (or 0x215074) is unknown color: approx Venice Blue. HEX triplet: 21, 50 and 74. RGB value is (33,80,116). Sum of RGB (Red+Green+Blue) = 33+80+116=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #215074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215074 is #DEAF8B. Grayscale: #454545. Windows color (decimal): -14593932 or 7622689. OLE color: 7622689.

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

Color convert

RGB3380116-
CMYK0.720.3100.55
HSL206.02º55.7%29.22%-
HSV(B)206.02º71.55%45.49%-
XYZ6.657.3217.59-
YUV70.05153.93101.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 116 (45.70% from 255) = 50.66%
R=14.41%
G=34.93%
B=50.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33801160.720.3100.55206.0255.729.22
Hex215074481F037ce381d
Octal41120164110370673167035
Binary1000011010000111010010010001111101101111100111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215074; }

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

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

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

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

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

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

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

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