Html Css Color HEX #20438C Fun Blue

📋 copy color: '#20438C'

red 32 ◦ green 67 ◦ blue 140

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

Shades of Fun Blue #20438C

Tints of Fun Blue #20438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.03%

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

R = 13.39%
G = 28.03%
B = 58.58%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20438C (or 0x20438C) is known color: Fun Blue. HEX triplet: 20, 43 and 8C. RGB value is (32,67,140). Sum of RGB (Red+Green+Blue) = 32+67+140=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #20438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20438C is #DFBC73. Grayscale: #404040. Windows color (decimal): -14662772 or 9192224. OLE color: 9192224.

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

Color convert

RGB 32 67 140 -
CMYK 0.77 0.52 0 0.45
HSL 220.56º 0.63% 0.34% -
HSV(B) 220.56º 0.77% 0.55% -
XYZ 7.34 6.21 25.62 -
YUV 64.86 170.4 104.56 -
System Red Green Blue C M Y K H S L
Decimal 32 67 140 0.77 0.52 0 0.45 220.56 0.63 0.34
Hex 20 43 8C 4D 34 0 2D DD 3F 22
Octal 40 103 214 115 64 0 55 335 77 42
Binary 100000 1000011 10001100 1001101 110100 0 101101 11011101 111111 100010

Color Harmonies of #20438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20438C

Black with #20438C

Text Example


Text Example

White with #20438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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