#215265

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

Shades of Arapawa #215265

Tints of Arapawa #215265

Color information

#215265 (or 0x215265) is unknown color: approx Arapawa. HEX triplet: 21, 52 and 65. RGB value is (33,82,101). Sum of RGB (Red+Green+Blue) = 33+82+101=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #215265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215265 is #DEAD9A. Grayscale: #454545. Windows color (decimal): -14593435 or 6640161. OLE color: 6640161.

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

Color convert

RGB3382101-
CMYK0.670.1900.60
HSL196.76º50.75%26.27%-
HSV(B)196.76º67.33%39.61%-
XYZ5.997.313.4-
YUV69.52145.77101.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=15.28%
G=37.96%
B=46.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33821010.670.1900.60196.7650.7526.27
Hex215265431303Cc5331a
Octal41122145103230743056332
Binary1000011010010110010110000111001101111001100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215265; }

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

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

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

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

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

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

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

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