Html Css Color HEX #283696 Egyptian Blue

📋 copy color: '#283696'

red 40 ◦ green 54 ◦ blue 150

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

Shades of Egyptian Blue #283696

Tints of Egyptian Blue #283696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.13%

 BLUE value IS 150 (58.98% from 255) = 61.48%

R = 16.39%
G = 22.13%
B = 61.48%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#283696 (or 0x283696) is known color: Egyptian Blue. HEX triplet: 28, 36 and 96. RGB value is (40,54,150). Sum of RGB (Red+Green+Blue) = 40+54+150=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #283696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283696 is #D7C969. Grayscale: #3C3C3C. Windows color (decimal): -14141802 or 9844264. OLE color: 9844264.

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

Color convert

RGB 40 54 150 -
CMYK 0.73 0.64 0 0.41
HSL 232.36º 0.58% 0.37% -
HSV(B) 232.36º 0.73% 0.59% -
XYZ 7.7 5.29 29.47 -
YUV 60.76 178.36 113.19 -
System Red Green Blue C M Y K H S L
Decimal 40 54 150 0.73 0.64 0 0.41 232.36 0.58 0.37
Hex 28 36 96 49 40 0 29 E8 3A 25
Octal 50 66 226 111 100 0 51 350 72 45
Binary 101000 110110 10010110 1001001 1000000 0 101001 11101000 111010 100101

Color Harmonies of #283696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283696

Black with #283696

Text Example


Text Example

White with #283696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283696; }

 p { color: rgb(40,54,150); }

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

background-color css

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

 a { background-color: rgb(40,54,150); }

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

border-color css

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

 span { border-color: rgb(40,54,150); }

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