Html Css Color HEX #215160 Arapawa

📋 copy color: '#215160'

red 33 ◦ green 81 ◦ blue 96

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

Shades of Arapawa #215160

Tints of Arapawa #215160

RGB

 RED value IS 33 (13.28% from 255) = 15.71%

 GREEN value IS 81 (32.03% from 255) = 38.57%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 15.71%
G = 38.57%
B = 45.71%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#215160 (or 0x215160) is known color: Arapawa. HEX triplet: 21, 51 and 60. RGB value is (33,81,96). Sum of RGB (Red+Green+Blue) = 33+81+96=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #215160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215160 is #DEAE9F. Grayscale: #444444. Windows color (decimal): -14593696 or 6312225. OLE color: 6312225.

HSL color Cylindrical-coordinate representation of color #215160: hue angle of 194.29º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215160 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 81 96 -
CMYK 0.66 0.16 0 0.62
HSL 194.29º 0.49% 0.25% -
HSV(B) 194.29º 0.66% 0.38% -
XYZ 5.68 7.05 12.13 -
YUV 68.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 33 81 96 0.66 0.16 0 0.62 194.29 0.49 0.25
Hex 21 51 60 42 10 0 3E C2 31 19
Octal 41 121 140 102 20 0 76 302 61 31
Binary 100001 1010001 1100000 1000010 10000 0 111110 11000010 110001 11001

Color Harmonies of #215160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215160

Black with #215160

Text Example


Text Example

White with #215160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215160; }

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

 H1.HeaderClassName
 {
   color: #215160;
 }
 .AnyTagClassName
 {
   color: #215160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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