Html Css Color HEX #21515F Arapawa

📋 copy color: '#21515F'

red 33 ◦ green 81 ◦ blue 95

#21515F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #21515F

Tints of Arapawa #21515F

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 value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21515F (or 0x21515F) is known color: 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

RGB 33 81 95 -
CMYK 0.65 0.15 0 0.63
HSL 193.55º 0.48% 0.25% -
HSV(B) 193.55º 0.65% 0.37% -
XYZ 5.64 7.03 11.89 -
YUV 68.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 33 81 95 0.65 0.15 0 0.63 193.55 0.48 0.25
Hex 21 51 5F 41 F 0 3F C2 30 19
Octal 41 121 137 101 17 0 77 302 60 31
Binary 100001 1010001 1011111 1000001 1111 0 111111 11000010 110000 11001

Color Harmonies of #21515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21515F

Black with #21515F

Text Example


Text Example

White with #21515F

Text Example


Text Example

HTML Codes & Css Web 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>