Html Css Color HEX #204684 Fun Blue

📋 copy color: '#204684'

red 32 ◦ green 70 ◦ blue 132

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

Shades of Fun Blue #204684

Tints of Fun Blue #204684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

 BLUE value IS 132 (51.95% from 255) = 56.41%

R = 13.68%
G = 29.91%
B = 56.41%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#204684 (or 0x204684) is known color: Fun Blue. HEX triplet: 20, 46 and 84. RGB value is (32,70,132). Sum of RGB (Red+Green+Blue) = 32+70+132=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #204684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204684 is #DFB97B. Grayscale: #414141. Windows color (decimal): -14662012 or 8668704. OLE color: 8668704.

HSL color Cylindrical-coordinate representation of color #204684: hue angle of 217.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204684 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 70 132 -
CMYK 0.76 0.47 0 0.48
HSL 217.2º 0.61% 0.32% -
HSV(B) 217.2º 0.76% 0.52% -
XYZ 6.95 6.35 22.69 -
YUV 65.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 32 70 132 0.76 0.47 0 0.48 217.2 0.61 0.32
Hex 20 46 84 4C 2F 0 30 D9 3D 20
Octal 40 106 204 114 57 0 60 331 75 40
Binary 100000 1000110 10000100 1001100 101111 0 110000 11011001 111101 100000

Color Harmonies of #204684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204684

Black with #204684

Text Example


Text Example

White with #204684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204684; }

 p { color: rgb(32,70,132); }

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

background-color css

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

 a { background-color: rgb(32,70,132); }

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

border-color css

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

 span { border-color: rgb(32,70,132); }

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