#215268

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

Shades of Arapawa #215268

Tints of Arapawa #215268

Color information

#215268 (or 0x215268) is unknown color: approx Arapawa. HEX triplet: 21, 52 and 68. RGB value is (33,82,104). Sum of RGB (Red+Green+Blue) = 33+82+104=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #215268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215268 is #DEAD97. Grayscale: #454545. Windows color (decimal): -14593432 or 6836769. OLE color: 6836769.

HSL color Cylindrical-coordinate representation of color #215268: hue angle of 198.59º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215268 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3382104-
CMYK0.680.2100.59
HSL198.59º51.82%26.86%-
HSV(B)198.59º68.27%40.78%-
XYZ6.147.3614.19-
YUV69.86147.27101.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=15.07%
G=37.44%
B=47.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33821040.680.2100.59198.5951.8226.86
Hex215268441503Bc7341b
Octal41122150104250733076433
Binary1000011010010110100010001001010101110111100011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215268; }

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

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

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

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

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

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

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

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