#215665

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

Shades of Arapawa #215665

Tints of Arapawa #215665

Color information

#215665 (or 0x215665) is unknown color: approx Arapawa. HEX triplet: 21, 56 and 65. RGB value is (33,86,101). Sum of RGB (Red+Green+Blue) = 33+86+101=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #215665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215665 is #DEA99A. Grayscale: #474747. Windows color (decimal): -14592411 or 6641185. OLE color: 6641185.

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

Color convert

RGB3386101-
CMYK0.670.1500.60
HSL193.24º50.75%26.27%-
HSV(B)193.24º67.33%39.61%-
XYZ6.37.9213.51-
YUV71.86144.44100.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=15%
G=39.09%
B=45.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33861010.670.1500.60193.2450.7526.27
Hex21566543F03Cc1331a
Octal41126145103170743016332
Binary100001101011011001011000011111101111001100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215665; }

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

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

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

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

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

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

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

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