Html Css Color HEX #204962 Arapawa

📋 copy color: '#204962'

red 32 ◦ green 73 ◦ blue 98

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

Shades of Arapawa #204962

Tints of Arapawa #204962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.96%

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

R = 15.76%
G = 35.96%
B = 48.28%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#204962 (or 0x204962) is known color: Arapawa. HEX triplet: 20, 49 and 62. RGB value is (32,73,98). Sum of RGB (Red+Green+Blue) = 32+73+98=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #204962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204962 is #DFB69D. Grayscale: #3F3F3F. Windows color (decimal): -14661278 or 6441248. OLE color: 6441248.

HSL color Cylindrical-coordinate representation of color #204962: hue angle of 202.73º 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 #204962 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 73 98 -
CMYK 0.67 0.26 0 0.62
HSL 202.73º 0.51% 0.25% -
HSV(B) 202.73º 0.67% 0.38% -
XYZ 5.18 5.95 12.43 -
YUV 63.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 32 73 98 0.67 0.26 0 0.62 202.73 0.51 0.25
Hex 20 49 62 43 1A 0 3E CB 33 19
Octal 40 111 142 103 32 0 76 313 63 31
Binary 100000 1001001 1100010 1000011 11010 0 111110 11001011 110011 11001

Color Harmonies of #204962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204962

Black with #204962

Text Example


Text Example

White with #204962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204962; }

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

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

background-color css

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

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

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

border-color css

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

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

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