#215264

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

Shades of Arapawa #215264

Tints of Arapawa #215264

Color information

#215264 (or 0x215264) is unknown color: approx Arapawa. HEX triplet: 21, 52 and 64. RGB value is (33,82,100). Sum of RGB (Red+Green+Blue) = 33+82+100=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 100 - color contains mainly: blue. Hex color #215264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215264 is #DEAD9B. Grayscale: #454545. Windows color (decimal): -14593436 or 6574625. OLE color: 6574625.

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

Color convert

RGB3382100-
CMYK0.670.1800.61
HSL196.12º50.38%26.08%-
HSV(B)196.12º67%39.22%-
XYZ5.947.2813.15-
YUV69.4145.27102.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 100 (39.45% from 255) = 46.51%
R=15.35%
G=38.14%
B=46.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33821000.670.1800.61196.1250.3826.08
Hex215264431203Dc4321a
Octal41122144103220753046232
Binary1000011010010110010010000111001001111011100010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215264; }

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

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

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

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

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

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

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

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