Html Css Color HEX #215863 Arapawa

📋 copy color: '#215863'

red 33 ◦ green 88 ◦ blue 99

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

Shades of Arapawa #215863

Tints of Arapawa #215863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40%

 BLUE value IS 99 (39.06% from 255) = 45%

R = 15%
G = 40%
B = 45%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#215863 (or 0x215863) is known color: Arapawa. HEX triplet: 21, 58 and 63. RGB value is (33,88,99). Sum of RGB (Red+Green+Blue) = 33+88+99=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #215863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215863 is #DEA79C. Grayscale: #484848. Windows color (decimal): -14591901 or 6510625. OLE color: 6510625.

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

Color convert

RGB 33 88 99 -
CMYK 0.67 0.11 0 0.61
HSL 190º 0.5% 0.26% -
HSV(B) 190º 0.67% 0.39% -
XYZ 6.37 8.2 13.05 -
YUV 72.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 33 88 99 0.67 0.11 0 0.61 190 0.5 0.26
Hex 21 58 63 43 B 0 3D BE 32 1A
Octal 41 130 143 103 13 0 75 276 62 32
Binary 100001 1011000 1100011 1000011 1011 0 111101 10111110 110010 11010

Color Harmonies of #215863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215863

Black with #215863

Text Example


Text Example

White with #215863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215863; }

 p { color: rgb(33,88,99); }

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

background-color css

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

 a { background-color: rgb(33,88,99); }

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

border-color css

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

 span { border-color: rgb(33,88,99); }

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