Html Css Color HEX #204194 Egyptian Blue

📋 copy color: '#204194'

red 32 ◦ green 65 ◦ blue 148

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

Shades of Egyptian Blue #204194

Tints of Egyptian Blue #204194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 148 (58.2% from 255) = 60.41%

R = 13.06%
G = 26.53%
B = 60.41%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#204194 (or 0x204194) is known color: Egyptian Blue. HEX triplet: 20, 41 and 94. RGB value is (32,65,148). Sum of RGB (Red+Green+Blue) = 32+65+148=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #204194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204194 is #DFBE6B. Grayscale: #404040. Windows color (decimal): -14663276 or 9716000. OLE color: 9716000.

HSL color Cylindrical-coordinate representation of color #204194: hue angle of 222.93º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204194 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 65 148 -
CMYK 0.78 0.56 0 0.42
HSL 222.93º 0.64% 0.35% -
HSV(B) 222.93º 0.78% 0.58% -
XYZ 7.83 6.23 28.81 -
YUV 64.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 32 65 148 0.78 0.56 0 0.42 222.93 0.64 0.35
Hex 20 41 94 4E 38 0 2A DF 40 23
Octal 40 101 224 116 70 0 52 337 100 43
Binary 100000 1000001 10010100 1001110 111000 0 101010 11011111 1000000 100011

Color Harmonies of #204194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204194

Black with #204194

Text Example


Text Example

White with #204194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204194; }

 p { color: rgb(32,65,148); }

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

background-color css

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

 a { background-color: rgb(32,65,148); }

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

border-color css

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

 span { border-color: rgb(32,65,148); }

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