Html Css Color HEX #215566 Arapawa

📋 copy color: '#215566'

red 33 ◦ green 85 ◦ blue 102

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

Shades of Arapawa #215566

Tints of Arapawa #215566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.36%

R = 15%
G = 38.64%
B = 46.36%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#215566 (or 0x215566) is known color: Arapawa. HEX triplet: 21, 55 and 66. RGB value is (33,85,102). Sum of RGB (Red+Green+Blue) = 33+85+102=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #215566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215566 is #DEAA99. Grayscale: #474747. Windows color (decimal): -14592666 or 6706465. OLE color: 6706465.

HSL color Cylindrical-coordinate representation of color #215566: hue angle of 194.78º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215566 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 33 85 102 -
CMYK 0.68 0.17 0 0.6
HSL 194.78º 0.51% 0.26% -
HSV(B) 194.78º 0.68% 0.4% -
XYZ 6.27 7.78 13.74 -
YUV 71.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 33 85 102 0.68 0.17 0 0.6 194.78 0.51 0.26
Hex 21 55 66 44 11 0 3C C3 33 1A
Octal 41 125 146 104 21 0 74 303 63 32
Binary 100001 1010101 1100110 1000100 10001 0 111100 11000011 110011 11010

Color Harmonies of #215566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215566

Black with #215566

Text Example


Text Example

White with #215566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215566; }

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

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

background-color css

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

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

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

border-color css

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

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

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