Html Css Color HEX #204862 Arapawa

📋 copy color: '#204862'

red 32 ◦ green 72 ◦ blue 98

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

Shades of Arapawa #204862

Tints of Arapawa #204862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

 BLUE value IS 98 (38.67% from 255) = 48.51%

R = 15.84%
G = 35.64%
B = 48.51%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#204862 (or 0x204862) is known color: Arapawa. HEX triplet: 20, 48 and 62. RGB value is (32,72,98). Sum of RGB (Red+Green+Blue) = 32+72+98=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #204862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204862 is #DFB79D. Grayscale: #3E3E3E. Windows color (decimal): -14661534 or 6440992. OLE color: 6440992.

HSL color Cylindrical-coordinate representation of color #204862: hue angle of 203.64º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #204862 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 72 98 -
CMYK 0.67 0.27 0 0.62
HSL 203.64º 0.51% 0.25% -
HSV(B) 203.64º 0.67% 0.38% -
XYZ 5.12 5.82 12.41 -
YUV 63 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 32 72 98 0.67 0.27 0 0.62 203.64 0.51 0.25
Hex 20 48 62 43 1B 0 3E CC 33 19
Octal 40 110 142 103 33 0 76 314 63 31
Binary 100000 1001000 1100010 1000011 11011 0 111110 11001100 110011 11001

Color Harmonies of #204862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204862

Black with #204862

Text Example


Text Example

White with #204862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204862; }

 p { color: rgb(32,72,98); }

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

background-color css

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

 a { background-color: rgb(32,72,98); }

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

border-color css

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

 span { border-color: rgb(32,72,98); }

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