#204B6C

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

Shades of Arapawa #204B6C

Tints of Arapawa #204B6C

Color information

#204B6C (or 0x204B6C) is unknown color: approx Arapawa. HEX triplet: 20, 4B and 6C. RGB value is (32,75,108). Sum of RGB (Red+Green+Blue) = 32+75+108=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #204B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B6C is #DFB493. Grayscale: #414141. Windows color (decimal): -14660756 or 7097120. OLE color: 7097120.

HSL color Cylindrical-coordinate representation of color #204B6C: hue angle of 206.05º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #204B6C is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3275108-
CMYK0.700.3100.58
HSL206.05º54.29%27.45%-
HSV(B)206.05º70.37%42.35%-
XYZ5.826.4215.12-
YUV65.9151.75103.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=14.88%
G=34.88%
B=50.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32751080.700.3100.58206.0554.2927.45
Hex204B6C461F03Ace361b
Octal40113154106370723166633
Binary1000001001011110110010001101111101110101100111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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