Html Css Color HEX #215565 Arapawa

📋 copy color: '#215565'

red 33 ◦ green 85 ◦ blue 101

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

Shades of Arapawa #215565

Tints of Arapawa #215565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 15.07%
G = 38.81%
B = 46.12%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#215565 (or 0x215565) is known color: Arapawa. HEX triplet: 21, 55 and 65. RGB value is (33,85,101). Sum of RGB (Red+Green+Blue) = 33+85+101=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #215565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215565 is #DEAA9A. Grayscale: #474747. Windows color (decimal): -14592667 or 6640929. OLE color: 6640929.

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

Color convert

RGB 33 85 101 -
CMYK 0.67 0.16 0 0.60
HSL 194.12º 0.51% 0.26% -
HSV(B) 194.12º 0.67% 0.4% -
XYZ 6.22 7.76 13.48 -
YUV 71.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 33 85 101 0.67 0.16 0 0.60 194.12 0.51 0.26
Hex 21 55 65 43 10 0 3C C2 33 1A
Octal 41 125 145 103 20 0 74 302 63 32
Binary 100001 1010101 1100101 1000011 10000 0 111100 11000010 110011 11010

Color Harmonies of #215565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215565

Black with #215565

Text Example


Text Example

White with #215565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215565; }

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

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

background-color css

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

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

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

border-color css

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

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

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