Html Css Color HEX #283094 Egyptian Blue

📋 copy color: '#283094'

red 40 ◦ green 48 ◦ blue 148

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

Shades of Egyptian Blue #283094

Tints of Egyptian Blue #283094

RGB

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

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

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

R = 16.95%
G = 20.34%
B = 62.71%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283094 (or 0x283094) is known color: Egyptian Blue. HEX triplet: 28, 30 and 94. RGB value is (40,48,148). Sum of RGB (Red+Green+Blue) = 40+48+148=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #283094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283094 is #D7CF6B. Grayscale: #383838. Windows color (decimal): -14143340 or 9711656. OLE color: 9711656.

HSL color Cylindrical-coordinate representation of color #283094: hue angle of 235.56º degrees, saturation: 0.57, 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 #283094 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 48 148 -
CMYK 0.73 0.68 0 0.42
HSL 235.56º 0.57% 0.37% -
HSV(B) 235.56º 0.73% 0.58% -
XYZ 7.28 4.7 28.54 -
YUV 57.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 40 48 148 0.73 0.68 0 0.42 235.56 0.57 0.37
Hex 28 30 94 49 44 0 2A EC 39 25
Octal 50 60 224 111 104 0 52 354 71 45
Binary 101000 110000 10010100 1001001 1000100 0 101010 11101100 111001 100101

Color Harmonies of #283094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283094

Black with #283094

Text Example


Text Example

White with #283094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283094; }

 p { color: rgb(40,48,148); }

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

background-color css

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

 a { background-color: rgb(40,48,148); }

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

border-color css

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

 span { border-color: rgb(40,48,148); }

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