Html Css Color HEX #20466E Arapawa

📋 copy color: '#20466E'

red 32 ◦ green 70 ◦ blue 110

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

Shades of Arapawa #20466E

Tints of Arapawa #20466E

RGB

 RED value IS 32 (12.89% from 255) = 15.09%

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

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

R = 15.09%
G = 33.02%
B = 51.89%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20466E (or 0x20466E) is known color: Arapawa. HEX triplet: 20, 46 and 6E. RGB value is (32,70,110). Sum of RGB (Red+Green+Blue) = 32+70+110=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #20466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20466E is #DFB991. Grayscale: #3F3F3F. Windows color (decimal): -14662034 or 7226912. OLE color: 7226912.

HSL color Cylindrical-coordinate representation of color #20466E: hue angle of 210.77º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20466E is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 70 110 -
CMYK 0.71 0.36 0 0.57
HSL 210.77º 0.55% 0.28% -
HSV(B) 210.77º 0.71% 0.43% -
XYZ 5.6 5.81 15.58 -
YUV 63.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 32 70 110 0.71 0.36 0 0.57 210.77 0.55 0.28
Hex 20 46 6E 47 24 0 39 D3 37 1C
Octal 40 106 156 107 44 0 71 323 67 34
Binary 100000 1000110 1101110 1000111 100100 0 111001 11010011 110111 11100

Color Harmonies of #20466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20466E

Black with #20466E

Text Example


Text Example

White with #20466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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