#205067

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

Shades of Arapawa #205067

Tints of Arapawa #205067

Color information

#205067 (or 0x205067) is unknown color: approx Arapawa. HEX triplet: 20, 50 and 67. RGB value is (32,80,103). Sum of RGB (Red+Green+Blue) = 32+80+103=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #205067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205067 is #DFAF98. Grayscale: #444444. Windows color (decimal): -14659481 or 6770720. OLE color: 6770720.

HSL color Cylindrical-coordinate representation of color #205067: hue angle of 199.44º 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 #205067 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3280103-
CMYK0.690.2200.60
HSL199.44º52.59%26.47%-
HSV(B)199.44º68.93%40.39%-
XYZ5.917.0213.88-
YUV68.27147.6102.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 103 (40.62% from 255) = 47.91%
R=14.88%
G=37.21%
B=47.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32801030.690.2200.60199.4452.5926.47
Hex205067451603Cc7351a
Octal40120147105260743076532
Binary1000001010000110011110001011011001111001100011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205067; }

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

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

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

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

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

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

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

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