Html Css Color HEX #20447C Fun Blue

📋 copy color: '#20447C'

red 32 ◦ green 68 ◦ blue 124

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

Shades of Fun Blue #20447C

Tints of Fun Blue #20447C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.36%

R = 14.29%
G = 30.36%
B = 55.36%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20447C (or 0x20447C) is known color: Fun Blue. HEX triplet: 20, 44 and 7C. RGB value is (32,68,124). Sum of RGB (Red+Green+Blue) = 32+68+124=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #20447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20447C is #DFBB83. Grayscale: #3F3F3F. Windows color (decimal): -14662532 or 8143904. OLE color: 8143904.

HSL color Cylindrical-coordinate representation of color #20447C: hue angle of 216.52º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20447C is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 68 124 -
CMYK 0.74 0.45 0 0.51
HSL 216.52º 0.59% 0.31% -
HSV(B) 216.52º 0.74% 0.49% -
XYZ 6.3 5.9 19.87 -
YUV 63.62 162.07 105.45 -
System Red Green Blue C M Y K H S L
Decimal 32 68 124 0.74 0.45 0 0.51 216.52 0.59 0.31
Hex 20 44 7C 4A 2D 0 33 D9 3B 1F
Octal 40 104 174 112 55 0 63 331 73 37
Binary 100000 1000100 1111100 1001010 101101 0 110011 11011001 111011 11111

Color Harmonies of #20447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20447C

Black with #20447C

Text Example


Text Example

White with #20447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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