Html Css Color HEX #283195 Egyptian Blue

📋 copy color: '#283195'

red 40 ◦ green 49 ◦ blue 149

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

Shades of Egyptian Blue #283195

Tints of Egyptian Blue #283195

RGB

 RED value IS 40 (16.02% from 255) = 16.81%

 GREEN value IS 49 (19.53% from 255) = 20.59%

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 16.81%
G = 20.59%
B = 62.61%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283195 (or 0x283195) is known color: Egyptian Blue. HEX triplet: 28, 31 and 95. RGB value is (40,49,149). Sum of RGB (Red+Green+Blue) = 40+49+149=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #283195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283195 is #D7CE6A. Grayscale: #393939. Windows color (decimal): -14143083 or 9777448. OLE color: 9777448.

HSL color Cylindrical-coordinate representation of color #283195: hue angle of 235.05º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #283195 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 49 149 -
CMYK 0.73 0.67 0 0.42
HSL 235.05º 0.58% 0.37% -
HSV(B) 235.05º 0.73% 0.58% -
XYZ 7.4 4.82 28.97 -
YUV 57.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 40 49 149 0.73 0.67 0 0.42 235.05 0.58 0.37
Hex 28 31 95 49 43 0 2A EB 3A 25
Octal 50 61 225 111 103 0 52 353 72 45
Binary 101000 110001 10010101 1001001 1000011 0 101010 11101011 111010 100101

Color Harmonies of #283195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283195

Black with #283195

Text Example


Text Example

White with #283195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283195; }

 p { color: rgb(40,49,149); }

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

background-color css

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

 a { background-color: rgb(40,49,149); }

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

border-color css

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

 span { border-color: rgb(40,49,149); }

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