Html Css Color HEX #20428B Fun Blue

📋 copy color: '#20428B'

red 32 ◦ green 66 ◦ blue 139

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

Shades of Fun Blue #20428B

Tints of Fun Blue #20428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.65%

R = 13.5%
G = 27.85%
B = 58.65%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20428B (or 0x20428B) is known color: Fun Blue. HEX triplet: 20, 42 and 8B. RGB value is (32,66,139). Sum of RGB (Red+Green+Blue) = 32+66+139=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #20428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20428B is #DFBD74. Grayscale: #3F3F3F. Windows color (decimal): -14663029 or 9126432. OLE color: 9126432.

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

Color convert

RGB 32 66 139 -
CMYK 0.77 0.53 0 0.45
HSL 220.93º 0.63% 0.34% -
HSV(B) 220.93º 0.77% 0.55% -
XYZ 7.2 6.07 25.22 -
YUV 64.16 170.24 105.06 -
System Red Green Blue C M Y K H S L
Decimal 32 66 139 0.77 0.53 0 0.45 220.93 0.63 0.34
Hex 20 42 8B 4D 35 0 2D DD 3F 22
Octal 40 102 213 115 65 0 55 335 77 42
Binary 100000 1000010 10001011 1001101 110101 0 101101 11011101 111111 100010

Color Harmonies of #20428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20428B

Black with #20428B

Text Example


Text Example

White with #20428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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