Html Css Color HEX #215168 Arapawa

📋 copy color: '#215168'

red 33 ◦ green 81 ◦ blue 104

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

Shades of Arapawa #215168

Tints of Arapawa #215168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

 BLUE value IS 104 (41.02% from 255) = 47.71%

R = 15.14%
G = 37.16%
B = 47.71%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215168 (or 0x215168) is known color: Arapawa. HEX triplet: 21, 51 and 68. RGB value is (33,81,104). Sum of RGB (Red+Green+Blue) = 33+81+104=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #215168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215168 is #DEAE97. Grayscale: #454545. Windows color (decimal): -14593688 or 6836513. OLE color: 6836513.

HSL color Cylindrical-coordinate representation of color #215168: hue angle of 199.44º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215168 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 81 104 -
CMYK 0.68 0.22 0 0.59
HSL 199.44º 0.52% 0.27% -
HSV(B) 199.44º 0.68% 0.41% -
XYZ 6.07 7.21 14.17 -
YUV 69.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 33 81 104 0.68 0.22 0 0.59 199.44 0.52 0.27
Hex 21 51 68 44 16 0 3B C7 34 1B
Octal 41 121 150 104 26 0 73 307 64 33
Binary 100001 1010001 1101000 1000100 10110 0 111011 11000111 110100 11011

Color Harmonies of #215168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215168

Black with #215168

Text Example


Text Example

White with #215168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215168; }

 p { color: rgb(33,81,104); }

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

background-color css

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

 a { background-color: rgb(33,81,104); }

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

border-color css

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

 span { border-color: rgb(33,81,104); }

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