#215762

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

Shades of Arapawa #215762

Tints of Arapawa #215762

Color information

#215762 (or 0x215762) is unknown color: approx Arapawa. HEX triplet: 21, 57 and 62. RGB value is (33,87,98). Sum of RGB (Red+Green+Blue) = 33+87+98=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #215762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215762 is #DEA89D. Grayscale: #484848. Windows color (decimal): -14592158 or 6444833. OLE color: 6444833.

HSL color Cylindrical-coordinate representation of color #215762: hue angle of 190.15º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215762 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB338798-
CMYK0.660.1100.62
HSL190.15º49.62%25.69%-
HSV(B)190.15º66.33%38.43%-
XYZ6.248.0212.77-
YUV72.11142.61100.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=15.14%
G=39.91%
B=44.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3387980.660.1100.62190.1549.6225.69
Hex21576242B03Ebe321a
Octal41127142102130762766232
Binary100001101011111000101000010101101111101011111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215762; }

 p { color: rgb(33,87,98); }

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

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

 a { background-color: rgb(33,87,98); }

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

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

 span { border-color: rgb(33,87,98); }

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