Html Css Color HEX #204981 Fun Blue

📋 copy color: '#204981'

red 32 ◦ green 73 ◦ blue 129

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

Shades of Fun Blue #204981

Tints of Fun Blue #204981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.13%

R = 13.68%
G = 31.2%
B = 55.13%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#204981 (or 0x204981) is known color: Fun Blue. HEX triplet: 20, 49 and 81. RGB value is (32,73,129). Sum of RGB (Red+Green+Blue) = 32+73+129=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #204981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204981 is #DFB67E. Grayscale: #424242. Windows color (decimal): -14661247 or 8472864. OLE color: 8472864.

HSL color Cylindrical-coordinate representation of color #204981: hue angle of 214.64º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204981 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 73 129 -
CMYK 0.75 0.43 0 0.49
HSL 214.64º 0.6% 0.32% -
HSV(B) 214.64º 0.75% 0.51% -
XYZ 6.94 6.66 21.69 -
YUV 67.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 32 73 129 0.75 0.43 0 0.49 214.64 0.6 0.32
Hex 20 49 81 4B 2B 0 31 D7 3C 20
Octal 40 111 201 113 53 0 61 327 74 40
Binary 100000 1001001 10000001 1001011 101011 0 110001 11010111 111100 100000

Color Harmonies of #204981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204981

Black with #204981

Text Example


Text Example

White with #204981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204981; }

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

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

background-color css

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

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

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

border-color css

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

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

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