Html Css Color HEX #21476B Arapawa

📋 copy color: '#21476B'

red 33 ◦ green 71 ◦ blue 107

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

Shades of Arapawa #21476B

Tints of Arapawa #21476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 15.64%
G = 33.65%
B = 50.71%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21476B (or 0x21476B) is known color: Arapawa. HEX triplet: 21, 47 and 6B. RGB value is (33,71,107). Sum of RGB (Red+Green+Blue) = 33+71+107=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #21476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21476B is #DEB894. Grayscale: #3F3F3F. Windows color (decimal): -14596245 or 7030561. OLE color: 7030561.

HSL color Cylindrical-coordinate representation of color #21476B: hue angle of 209.19º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21476B is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 71 107 -
CMYK 0.69 0.34 0 0.58
HSL 209.19º 0.53% 0.27% -
HSV(B) 209.19º 0.69% 0.42% -
XYZ 5.53 5.89 14.76 -
YUV 63.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 33 71 107 0.69 0.34 0 0.58 209.19 0.53 0.27
Hex 21 47 6B 45 22 0 3A D1 35 1B
Octal 41 107 153 105 42 0 72 321 65 33
Binary 100001 1000111 1101011 1000101 100010 0 111010 11010001 110101 11011

Color Harmonies of #21476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21476B

Black with #21476B

Text Example


Text Example

White with #21476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21476B; }

 p { color: rgb(33,71,107); }

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

background-color css

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

 a { background-color: rgb(33,71,107); }

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

border-color css

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

 span { border-color: rgb(33,71,107); }

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