Html Css Color HEX #20428A Fun Blue

📋 copy color: '#20428A'

red 32 ◦ green 66 ◦ blue 138

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

Shades of Fun Blue #20428A

Tints of Fun Blue #20428A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

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

R = 13.56%
G = 27.97%
B = 58.47%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#20428A (or 0x20428A) is known color: Fun Blue. HEX triplet: 20, 42 and 8A. RGB value is (32,66,138). Sum of RGB (Red+Green+Blue) = 32+66+138=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #20428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20428A is #DFBD75. Grayscale: #3F3F3F. Windows color (decimal): -14663030 or 9060896. OLE color: 9060896.

HSL color Cylindrical-coordinate representation of color #20428A: hue angle of 220.75º 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 #20428A is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 66 138 -
CMYK 0.77 0.52 0 0.46
HSL 220.75º 0.62% 0.33% -
HSV(B) 220.75º 0.77% 0.54% -
XYZ 7.13 6.04 24.83 -
YUV 64.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 32 66 138 0.77 0.52 0 0.46 220.75 0.62 0.33
Hex 20 42 8A 4D 34 0 2E DD 3E 21
Octal 40 102 212 115 64 0 56 335 76 41
Binary 100000 1000010 10001010 1001101 110100 0 101110 11011101 111110 100001

Color Harmonies of #20428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20428A

Black with #20428A

Text Example


Text Example

White with #20428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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