Html Css Color HEX #21466D Arapawa

📋 copy color: '#21466D'

red 33 ◦ green 70 ◦ blue 109

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

Shades of Arapawa #21466D

Tints of Arapawa #21466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.02%

 BLUE value IS 109 (42.97% from 255) = 51.42%

R = 15.57%
G = 33.02%
B = 51.42%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21466D (or 0x21466D) is known color: Arapawa. HEX triplet: 21, 46 and 6D. RGB value is (33,70,109). Sum of RGB (Red+Green+Blue) = 33+70+109=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #21466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21466D is #DEB992. Grayscale: #3F3F3F. Windows color (decimal): -14596499 or 7161377. OLE color: 7161377.

HSL color Cylindrical-coordinate representation of color #21466D: hue angle of 210.79º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21466D is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 70 109 -
CMYK 0.70 0.36 0 0.57
HSL 210.79º 0.54% 0.28% -
HSV(B) 210.79º 0.7% 0.43% -
XYZ 5.58 5.81 15.3 -
YUV 63.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 33 70 109 0.70 0.36 0 0.57 210.79 0.54 0.28
Hex 21 46 6D 46 24 0 39 D3 36 1C
Octal 41 106 155 106 44 0 71 323 66 34
Binary 100001 1000110 1101101 1000110 100100 0 111001 11010011 110110 11100

Color Harmonies of #21466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21466D

Black with #21466D

Text Example


Text Example

White with #21466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21466D; }

 p { color: rgb(33,70,109); }

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

background-color css

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

 a { background-color: rgb(33,70,109); }

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

border-color css

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

 span { border-color: rgb(33,70,109); }

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