Html Css Color HEX #215664 Arapawa

📋 copy color: '#215664'

red 33 ◦ green 86 ◦ blue 100

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

Shades of Arapawa #215664

Tints of Arapawa #215664

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.27%

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

R = 15.07%
G = 39.27%
B = 45.66%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#215664 (or 0x215664) is known color: Arapawa. HEX triplet: 21, 56 and 64. RGB value is (33,86,100). Sum of RGB (Red+Green+Blue) = 33+86+100=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #215664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215664 is #DEA99B. Grayscale: #474747. Windows color (decimal): -14592412 or 6575649. OLE color: 6575649.

HSL color Cylindrical-coordinate representation of color #215664: hue angle of 192.54º 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 #215664 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 86 100 -
CMYK 0.67 0.14 0 0.61
HSL 192.54º 0.5% 0.26% -
HSV(B) 192.54º 0.67% 0.39% -
XYZ 6.26 7.9 13.25 -
YUV 71.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 33 86 100 0.67 0.14 0 0.61 192.54 0.5 0.26
Hex 21 56 64 43 E 0 3D C1 32 1A
Octal 41 126 144 103 16 0 75 301 62 32
Binary 100001 1010110 1100100 1000011 1110 0 111101 11000001 110010 11010

Color Harmonies of #215664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215664

Black with #215664

Text Example


Text Example

White with #215664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215664; }

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

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

background-color css

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

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

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

border-color css

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

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

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