Html Css Color HEX #204685 Fun Blue

📋 copy color: '#204685'

red 32 ◦ green 70 ◦ blue 133

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

Shades of Fun Blue #204685

Tints of Fun Blue #204685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.6%

R = 13.62%
G = 29.79%
B = 56.6%

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

#204685 (or 0x204685) is known color: Fun Blue. HEX triplet: 20, 46 and 85. RGB value is (32,70,133). Sum of RGB (Red+Green+Blue) = 32+70+133=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #204685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204685 is #DFB97A. Grayscale: #414141. Windows color (decimal): -14662011 or 8734240. OLE color: 8734240.

HSL color Cylindrical-coordinate representation of color #204685: hue angle of 217.43º 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 #204685 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 70 133 -
CMYK 0.76 0.47 0 0.48
HSL 217.43º 0.61% 0.32% -
HSV(B) 217.43º 0.76% 0.52% -
XYZ 7.02 6.38 23.05 -
YUV 65.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 32 70 133 0.76 0.47 0 0.48 217.43 0.61 0.32
Hex 20 46 85 4C 2F 0 30 D9 3D 20
Octal 40 106 205 114 57 0 60 331 75 40
Binary 100000 1000110 10000101 1001100 101111 0 110000 11011001 111101 100000

Color Harmonies of #204685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204685

Black with #204685

Text Example


Text Example

White with #204685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204685; }

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

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

background-color css

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

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

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

border-color css

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

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

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