#215663

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

Shades of Arapawa #215663

Tints of Arapawa #215663

Color information

#215663 (or 0x215663) is unknown color: approx Arapawa. HEX triplet: 21, 56 and 63. RGB value is (33,86,99). Sum of RGB (Red+Green+Blue) = 33+86+99=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #215663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215663 is #DEA99C. Grayscale: #474747. Windows color (decimal): -14592413 or 6510113. OLE color: 6510113.

HSL color Cylindrical-coordinate representation of color #215663: hue angle of 191.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215663 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB338699-
CMYK0.670.1300.61
HSL191.82º50%25.88%-
HSV(B)191.82º66.67%38.82%-
XYZ6.217.8813-
YUV71.63143.44100.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=15.14%
G=39.45%
B=45.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3386990.670.1300.61191.825025.88
Hex21566343D03Dc0321a
Octal41126143103150753006232
Binary100001101011011000111000011110101111011100000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215663; }

 p { color: rgb(33,86,99); }

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

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

 a { background-color: rgb(33,86,99); }

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

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

 span { border-color: rgb(33,86,99); }

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