#21515F

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

Shades of Arapawa #21515F

Tints of Arapawa #21515F

Color information

#21515F (or 0x21515F) is unknown color: approx Arapawa. HEX triplet: 21, 51 and 5F. RGB value is (33,81,95). Sum of RGB (Red+Green+Blue) = 33+81+95=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #21515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21515F is #DEAEA0. Grayscale: #444444. Windows color (decimal): -14593697 or 6246689. OLE color: 6246689.

HSL color Cylindrical-coordinate representation of color #21515F: hue angle of 193.55º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21515F is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB338195-
CMYK0.650.1500.63
HSL193.55º48.44%25.1%-
HSV(B)193.55º65.26%37.25%-
XYZ5.647.0311.89-
YUV68.24143.1102.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=15.79%
G=38.76%
B=45.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3381950.650.1500.63193.5548.4425.1
Hex21515F41F03Fc23019
Octal41121137101170773026031
Binary100001101000110111111000001111101111111100001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21515F; }

 p { color: rgb(33,81,95); }

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

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

 a { background-color: rgb(33,81,95); }

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

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

 span { border-color: rgb(33,81,95); }

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