Html Css Color HEX #20309B Egyptian Blue

📋 copy color: '#20309B'

red 32 ◦ green 48 ◦ blue 155

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

Shades of Egyptian Blue #20309B

Tints of Egyptian Blue #20309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

 BLUE value IS 155 (60.94% from 255) = 65.96%

R = 13.62%
G = 20.43%
B = 65.96%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20309B (or 0x20309B) is known color: Egyptian Blue. HEX triplet: 20, 30 and 9B. RGB value is (32,48,155). Sum of RGB (Red+Green+Blue) = 32+48+155=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #20309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20309B is #DFCF64. Grayscale: #363636. Windows color (decimal): -14667621 or 10170400. OLE color: 10170400.

HSL color Cylindrical-coordinate representation of color #20309B: hue angle of 232.2º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20309B is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 48 155 -
CMYK 0.79 0.69 0 0.39
HSL 232.2º 0.66% 0.37% -
HSV(B) 232.2º 0.79% 0.61% -
XYZ 7.57 4.79 31.54 -
YUV 55.41 184.2 111.3 -
System Red Green Blue C M Y K H S L
Decimal 32 48 155 0.79 0.69 0 0.39 232.2 0.66 0.37
Hex 20 30 9B 4F 45 0 27 E8 42 25
Octal 40 60 233 117 105 0 47 350 102 45
Binary 100000 110000 10011011 1001111 1000101 0 100111 11101000 1000010 100101

Color Harmonies of #20309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20309B

Black with #20309B

Text Example


Text Example

White with #20309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,48,155); }

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

background-color css

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

 a { background-color: rgb(32,48,155); }

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

border-color css

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

 span { border-color: rgb(32,48,155); }

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