#204B6F

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

Shades of Venice Blue #204B6F

Tints of Venice Blue #204B6F

Color information

#204B6F (or 0x204B6F) is unknown color: approx Venice Blue. HEX triplet: 20, 4B and 6F. RGB value is (32,75,111). Sum of RGB (Red+Green+Blue) = 32+75+111=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #204B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B6F is #DFB490. Grayscale: #424242. Windows color (decimal): -14660753 or 7293728. OLE color: 7293728.

HSL color Cylindrical-coordinate representation of color #204B6F: hue angle of 207.34º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #204B6F is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3275111-
CMYK0.710.3200.56
HSL207.34º55.24%28.04%-
HSV(B)207.34º71.17%43.53%-
XYZ5.986.4915.98-
YUV66.25153.25103.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.68%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=14.68%
G=34.40%
B=50.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32751110.710.3200.56207.3455.2428.04
Hex204B6F4720038cf371c
Octal40113157107400703176734
Binary10000010010111101111100011110000001110001100111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204B6F; }

 p { color: rgb(32,75,111); }

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

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

 a { background-color: rgb(32,75,111); }

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

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

 span { border-color: rgb(32,75,111); }

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