Html Css Color HEX #215167 Arapawa

📋 copy color: '#215167'

red 33 ◦ green 81 ◦ blue 103

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

Shades of Arapawa #215167

Tints of Arapawa #215167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.47%

R = 15.21%
G = 37.33%
B = 47.47%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#215167 (or 0x215167) is known color: Arapawa. HEX triplet: 21, 51 and 67. RGB value is (33,81,103). Sum of RGB (Red+Green+Blue) = 33+81+103=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #215167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215167 is #DEAE98. Grayscale: #454545. Windows color (decimal): -14593689 or 6770977. OLE color: 6770977.

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

Color convert

RGB 33 81 103 -
CMYK 0.68 0.21 0 0.60
HSL 198.86º 0.51% 0.27% -
HSV(B) 198.86º 0.68% 0.4% -
XYZ 6.02 7.19 13.9 -
YUV 69.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 33 81 103 0.68 0.21 0 0.60 198.86 0.51 0.27
Hex 21 51 67 44 15 0 3C C7 33 1B
Octal 41 121 147 104 25 0 74 307 63 33
Binary 100001 1010001 1100111 1000100 10101 0 111100 11000111 110011 11011

Color Harmonies of #215167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215167

Black with #215167

Text Example


Text Example

White with #215167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215167; }

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

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

background-color css

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

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

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

border-color css

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

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

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