Html Css Color HEX #204882 Fun Blue

📋 copy color: '#204882'

red 32 ◦ green 72 ◦ blue 130

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

Shades of Fun Blue #204882

Tints of Fun Blue #204882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.56%

R = 13.68%
G = 30.77%
B = 55.56%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#204882 (or 0x204882) is known color: Fun Blue. HEX triplet: 20, 48 and 82. RGB value is (32,72,130). Sum of RGB (Red+Green+Blue) = 32+72+130=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #204882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204882 is #DFB77D. Grayscale: #424242. Windows color (decimal): -14661502 or 8538144. OLE color: 8538144.

HSL color Cylindrical-coordinate representation of color #204882: hue angle of 215.51º 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 #204882 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 72 130 -
CMYK 0.75 0.45 0 0.49
HSL 215.51º 0.6% 0.32% -
HSV(B) 215.51º 0.75% 0.51% -
XYZ 6.94 6.55 22.02 -
YUV 66.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 32 72 130 0.75 0.45 0 0.49 215.51 0.6 0.32
Hex 20 48 82 4B 2D 0 31 D8 3C 20
Octal 40 110 202 113 55 0 61 330 74 40
Binary 100000 1001000 10000010 1001011 101101 0 110001 11011000 111100 100000

Color Harmonies of #204882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204882

Black with #204882

Text Example


Text Example

White with #204882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204882; }

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

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

background-color css

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

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

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

border-color css

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

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

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