Html Css Color HEX #20448A Fun Blue

📋 copy color: '#20448A'

red 32 ◦ green 68 ◦ blue 138

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

Shades of Fun Blue #20448A

Tints of Fun Blue #20448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.98%

R = 13.45%
G = 28.57%
B = 57.98%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#20448A (or 0x20448A) is known color: Fun Blue. HEX triplet: 20, 44 and 8A. RGB value is (32,68,138). Sum of RGB (Red+Green+Blue) = 32+68+138=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #20448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20448A is #DFBB75. Grayscale: #404040. Windows color (decimal): -14662518 or 9061408. OLE color: 9061408.

HSL color Cylindrical-coordinate representation of color #20448A: hue angle of 219.62º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20448A is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 68 138 -
CMYK 0.77 0.51 0 0.46
HSL 219.62º 0.62% 0.33% -
HSV(B) 219.62º 0.77% 0.54% -
XYZ 7.25 6.28 24.87 -
YUV 65.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 32 68 138 0.77 0.51 0 0.46 219.62 0.62 0.33
Hex 20 44 8A 4D 33 0 2E DC 3E 21
Octal 40 104 212 115 63 0 56 334 76 41
Binary 100000 1000100 10001010 1001101 110011 0 101110 11011100 111110 100001

Color Harmonies of #20448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20448A

Black with #20448A

Text Example


Text Example

White with #20448A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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