Html Css Color HEX #283794 Egyptian Blue

📋 copy color: '#283794'

red 40 ◦ green 55 ◦ blue 148

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

Shades of Egyptian Blue #283794

Tints of Egyptian Blue #283794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

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

R = 16.46%
G = 22.63%
B = 60.91%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283794 (or 0x283794) is known color: Egyptian Blue. HEX triplet: 28, 37 and 94. RGB value is (40,55,148). Sum of RGB (Red+Green+Blue) = 40+55+148=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #283794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283794 is #D7C86B. Grayscale: #3C3C3C. Windows color (decimal): -14141548 or 9713448. OLE color: 9713448.

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

Color convert

RGB 40 55 148 -
CMYK 0.73 0.63 0 0.42
HSL 231.67º 0.57% 0.37% -
HSV(B) 231.67º 0.73% 0.58% -
XYZ 7.59 5.32 28.64 -
YUV 61.12 177.03 112.94 -
System Red Green Blue C M Y K H S L
Decimal 40 55 148 0.73 0.63 0 0.42 231.67 0.57 0.37
Hex 28 37 94 49 3F 0 2A E8 39 25
Octal 50 67 224 111 77 0 52 350 71 45
Binary 101000 110111 10010100 1001001 111111 0 101010 11101000 111001 100101

Color Harmonies of #283794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283794

Black with #283794

Text Example


Text Example

White with #283794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283794; }

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

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

background-color css

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

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

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

border-color css

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

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

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