Html Css Color HEX #204580 Fun Blue

📋 copy color: '#204580'

red 32 ◦ green 69 ◦ blue 128

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

Shades of Fun Blue #204580

Tints of Fun Blue #204580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.13%

 BLUE value IS 128 (50.39% from 255) = 55.9%

R = 13.97%
G = 30.13%
B = 55.9%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#204580 (or 0x204580) is known color: Fun Blue. HEX triplet: 20, 45 and 80. RGB value is (32,69,128). Sum of RGB (Red+Green+Blue) = 32+69+128=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #204580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204580 is #DFBA7F. Grayscale: #404040. Windows color (decimal): -14662272 or 8406304. OLE color: 8406304.

HSL color Cylindrical-coordinate representation of color #204580: hue angle of 216.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204580 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 69 128 -
CMYK 0.75 0.46 0 0.50
HSL 216.88º 0.6% 0.31% -
HSV(B) 216.88º 0.75% 0.5% -
XYZ 6.62 6.12 21.25 -
YUV 64.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 32 69 128 0.75 0.46 0 0.50 216.88 0.6 0.31
Hex 20 45 80 4B 2E 0 32 D9 3C 1F
Octal 40 105 200 113 56 0 62 331 74 37
Binary 100000 1000101 10000000 1001011 101110 0 110010 11011001 111100 11111

Color Harmonies of #204580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204580

Black with #204580

Text Example


Text Example

White with #204580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204580; }

 p { color: rgb(32,69,128); }

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

background-color css

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

 a { background-color: rgb(32,69,128); }

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

border-color css

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

 span { border-color: rgb(32,69,128); }

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