Html Css Color HEX #21466E Arapawa

📋 copy color: '#21466E'

red 33 ◦ green 70 ◦ blue 110

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

Shades of Arapawa #21466E

Tints of Arapawa #21466E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 15.49%
G = 32.86%
B = 51.64%

CMYK

 C value IS 0.7

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21466E (or 0x21466E) is known color: Arapawa. HEX triplet: 21, 46 and 6E. RGB value is (33,70,110). Sum of RGB (Red+Green+Blue) = 33+70+110=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #21466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21466E is #DEB991. Grayscale: #3F3F3F. Windows color (decimal): -14596498 or 7226913. OLE color: 7226913.

HSL color Cylindrical-coordinate representation of color #21466E: hue angle of 211.17º 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 #21466E is Cyan = 0.7, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 70 110 -
CMYK 0.7 0.36 0 0.57
HSL 211.17º 0.54% 0.28% -
HSV(B) 211.17º 0.7% 0.43% -
XYZ 5.63 5.83 15.58 -
YUV 63.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 33 70 110 0.7 0.36 0 0.57 211.17 0.54 0.28
Hex 21 46 6E 46 24 0 39 D3 36 1C
Octal 41 106 156 106 44 0 71 323 66 34
Binary 100001 1000110 1101110 1000110 100100 0 111001 11010011 110110 11100

Color Harmonies of #21466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21466E

Black with #21466E

Text Example


Text Example

White with #21466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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