Html Css Color HEX #215564 Arapawa

📋 copy color: '#215564'

red 33 ◦ green 85 ◦ blue 100

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

Shades of Arapawa #215564

Tints of Arapawa #215564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.99%

 BLUE value IS 100 (39.45% from 255) = 45.87%

R = 15.14%
G = 38.99%
B = 45.87%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#215564 (or 0x215564) is known color: Arapawa. HEX triplet: 21, 55 and 64. RGB value is (33,85,100). Sum of RGB (Red+Green+Blue) = 33+85+100=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #215564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215564 is #DEAA9B. Grayscale: #474747. Windows color (decimal): -14592668 or 6575393. OLE color: 6575393.

HSL color Cylindrical-coordinate representation of color #215564: hue angle of 193.43º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215564 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 85 100 -
CMYK 0.67 0.15 0 0.61
HSL 193.43º 0.5% 0.26% -
HSV(B) 193.43º 0.67% 0.39% -
XYZ 6.18 7.74 13.23 -
YUV 71.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 33 85 100 0.67 0.15 0 0.61 193.43 0.5 0.26
Hex 21 55 64 43 F 0 3D C1 32 1A
Octal 41 125 144 103 17 0 75 301 62 32
Binary 100001 1010101 1100100 1000011 1111 0 111101 11000001 110010 11010

Color Harmonies of #215564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215564

Black with #215564

Text Example


Text Example

White with #215564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215564; }

 p { color: rgb(33,85,100); }

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

background-color css

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

 a { background-color: rgb(33,85,100); }

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

border-color css

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

 span { border-color: rgb(33,85,100); }

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