Html Css Color HEX #215161 Arapawa

📋 copy color: '#215161'

red 33 ◦ green 81 ◦ blue 97

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

Shades of Arapawa #215161

Tints of Arapawa #215161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 15.64%
G = 38.39%
B = 45.97%

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

#215161 (or 0x215161) is known color: Arapawa. HEX triplet: 21, 51 and 61. RGB value is (33,81,97). Sum of RGB (Red+Green+Blue) = 33+81+97=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #215161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215161 is #DEAE9E. Grayscale: #444444. Windows color (decimal): -14593695 or 6377761. OLE color: 6377761.

HSL color Cylindrical-coordinate representation of color #215161: hue angle of 195º 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 #215161 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 81 97 -
CMYK 0.66 0.16 0 0.62
HSL 195º 0.49% 0.25% -
HSV(B) 195º 0.66% 0.38% -
XYZ 5.73 7.07 12.37 -
YUV 68.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 33 81 97 0.66 0.16 0 0.62 195 0.49 0.25
Hex 21 51 61 42 10 0 3E C3 31 19
Octal 41 121 141 102 20 0 76 303 61 31
Binary 100001 1010001 1100001 1000010 10000 0 111110 11000011 110001 11001

Color Harmonies of #215161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215161

Black with #215161

Text Example


Text Example

White with #215161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215161; }

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

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

background-color css

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

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

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

border-color css

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

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

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