Html Css Color HEX #283096 Egyptian Blue

📋 copy color: '#283096'

red 40 ◦ green 48 ◦ blue 150

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

Shades of Egyptian Blue #283096

Tints of Egyptian Blue #283096

RGB

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

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

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

R = 16.81%
G = 20.17%
B = 63.03%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#283096 (or 0x283096) is known color: Egyptian Blue. HEX triplet: 28, 30 and 96. RGB value is (40,48,150). Sum of RGB (Red+Green+Blue) = 40+48+150=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #283096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283096 is #D7CF69. Grayscale: #383838. Windows color (decimal): -14143338 or 9842728. OLE color: 9842728.

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

Color convert

RGB 40 48 150 -
CMYK 0.73 0.68 0 0.41
HSL 235.64º 0.58% 0.37% -
HSV(B) 235.64º 0.73% 0.59% -
XYZ 7.44 4.77 29.38 -
YUV 57.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 40 48 150 0.73 0.68 0 0.41 235.64 0.58 0.37
Hex 28 30 96 49 44 0 29 EC 3A 25
Octal 50 60 226 111 104 0 51 354 72 45
Binary 101000 110000 10010110 1001001 1000100 0 101001 11101100 111010 100101

Color Harmonies of #283096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283096

Black with #283096

Text Example


Text Example

White with #283096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283096; }

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

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

background-color css

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

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

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

border-color css

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

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

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