Html Css Color HEX #20448C Fun Blue

📋 copy color: '#20448C'

red 32 ◦ green 68 ◦ blue 140

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

Shades of Fun Blue #20448C

Tints of Fun Blue #20448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.33%

R = 13.33%
G = 28.33%
B = 58.33%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20448C (or 0x20448C) is known color: Fun Blue. HEX triplet: 20, 44 and 8C. RGB value is (32,68,140). Sum of RGB (Red+Green+Blue) = 32+68+140=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #20448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20448C is #DFBB73. Grayscale: #414141. Windows color (decimal): -14662516 or 9192480. OLE color: 9192480.

HSL color Cylindrical-coordinate representation of color #20448C: hue angle of 220º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20448C is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 68 140 -
CMYK 0.77 0.51 0 0.45
HSL 220º 0.63% 0.34% -
HSV(B) 220º 0.77% 0.55% -
XYZ 7.4 6.33 25.64 -
YUV 65.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 32 68 140 0.77 0.51 0 0.45 220 0.63 0.34
Hex 20 44 8C 4D 33 0 2D DC 3F 22
Octal 40 104 214 115 63 0 55 334 77 42
Binary 100000 1000100 10001100 1001101 110011 0 101101 11011100 111111 100010

Color Harmonies of #20448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20448C

Black with #20448C

Text Example


Text Example

White with #20448C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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