#205267

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

Shades of Arapawa #205267

Tints of Arapawa #205267

Color information

#205267 (or 0x205267) is unknown color: approx Arapawa. HEX triplet: 20, 52 and 67. RGB value is (32,82,103). Sum of RGB (Red+Green+Blue) = 32+82+103=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #205267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205267 is #DFAD98. Grayscale: #454545. Windows color (decimal): -14658969 or 6771232. OLE color: 6771232.

HSL color Cylindrical-coordinate representation of color #205267: hue angle of 197.75º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205267 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3282103-
CMYK0.690.2000.60
HSL197.75º52.59%26.47%-
HSV(B)197.75º68.93%40.39%-
XYZ6.067.3213.93-
YUV69.44146.94101.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 103 (40.62% from 255) = 47.47%
R=14.75%
G=37.79%
B=47.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32821030.690.2000.60197.7552.5926.47
Hex205267451403Cc6351a
Octal40122147105240743066532
Binary1000001010010110011110001011010001111001100011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205267; }

 p { color: rgb(32,82,103); }

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

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

 a { background-color: rgb(32,82,103); }

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

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

 span { border-color: rgb(32,82,103); }

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