Html Css Color HEX #283999 Egyptian Blue

📋 copy color: '#283999'

red 40 ◦ green 57 ◦ blue 153

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

Shades of Egyptian Blue #283999

Tints of Egyptian Blue #283999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 16%
G = 22.8%
B = 61.2%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#283999 (or 0x283999) is known color: Egyptian Blue. HEX triplet: 28, 39 and 99. RGB value is (40,57,153). Sum of RGB (Red+Green+Blue) = 40+57+153=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #283999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283999 is #D7C666. Grayscale: #3E3E3E. Windows color (decimal): -14141031 or 10041640. OLE color: 10041640.

HSL color Cylindrical-coordinate representation of color #283999: hue angle of 230.97º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283999 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 57 153 -
CMYK 0.74 0.63 0 0.4
HSL 230.97º 0.59% 0.38% -
HSV(B) 230.97º 0.74% 0.6% -
XYZ 8.09 5.68 30.81 -
YUV 62.86 178.87 111.69 -
System Red Green Blue C M Y K H S L
Decimal 40 57 153 0.74 0.63 0 0.4 230.97 0.59 0.38
Hex 28 39 99 4A 3F 0 28 E7 3B 26
Octal 50 71 231 112 77 0 50 347 73 46
Binary 101000 111001 10011001 1001010 111111 0 101000 11100111 111011 100110

Color Harmonies of #283999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283999

Black with #283999

Text Example


Text Example

White with #283999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283999; }

 p { color: rgb(40,57,153); }

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

background-color css

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

 a { background-color: rgb(40,57,153); }

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

border-color css

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

 span { border-color: rgb(40,57,153); }

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