Html Css Color HEX #204478 Fun Blue

📋 copy color: '#204478'

red 32 ◦ green 68 ◦ blue 120

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

Shades of Fun Blue #204478

Tints of Fun Blue #204478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

 BLUE value IS 120 (47.27% from 255) = 54.55%

R = 14.55%
G = 30.91%
B = 54.55%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#204478 (or 0x204478) is known color: Fun Blue. HEX triplet: 20, 44 and 78. RGB value is (32,68,120). Sum of RGB (Red+Green+Blue) = 32+68+120=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #204478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204478 is #DFBB87. Grayscale: #3E3E3E. Windows color (decimal): -14662536 or 7881760. OLE color: 7881760.

HSL color Cylindrical-coordinate representation of color #204478: hue angle of 215.45º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204478 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 68 120 -
CMYK 0.73 0.43 0 0.53
HSL 215.45º 0.58% 0.3% -
HSV(B) 215.45º 0.73% 0.47% -
XYZ 6.05 5.8 18.57 -
YUV 63.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 32 68 120 0.73 0.43 0 0.53 215.45 0.58 0.3
Hex 20 44 78 49 2B 0 35 D7 3A 1E
Octal 40 104 170 111 53 0 65 327 72 36
Binary 100000 1000100 1111000 1001001 101011 0 110101 11010111 111010 11110

Color Harmonies of #204478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204478

Black with #204478

Text Example


Text Example

White with #204478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204478; }

 p { color: rgb(32,68,120); }

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

background-color css

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

 a { background-color: rgb(32,68,120); }

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

border-color css

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

 span { border-color: rgb(32,68,120); }

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