Html Css Color HEX #283395 Egyptian Blue

📋 copy color: '#283395'

red 40 ◦ green 51 ◦ blue 149

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

Shades of Egyptian Blue #283395

Tints of Egyptian Blue #283395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 16.67%
G = 21.25%
B = 62.08%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283395 (or 0x283395) is known color: Egyptian Blue. HEX triplet: 28, 33 and 95. RGB value is (40,51,149). Sum of RGB (Red+Green+Blue) = 40+51+149=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #283395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283395 is #D7CC6A. Grayscale: #3A3A3A. Windows color (decimal): -14142571 or 9777960. OLE color: 9777960.

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

Color convert

RGB 40 51 149 -
CMYK 0.73 0.66 0 0.42
HSL 233.95º 0.58% 0.37% -
HSV(B) 233.95º 0.73% 0.58% -
XYZ 7.48 4.99 29 -
YUV 58.88 178.86 114.53 -
System Red Green Blue C M Y K H S L
Decimal 40 51 149 0.73 0.66 0 0.42 233.95 0.58 0.37
Hex 28 33 95 49 42 0 2A EA 3A 25
Octal 50 63 225 111 102 0 52 352 72 45
Binary 101000 110011 10010101 1001001 1000010 0 101010 11101010 111010 100101

Color Harmonies of #283395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283395

Black with #283395

Text Example


Text Example

White with #283395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283395; }

 p { color: rgb(40,51,149); }

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

background-color css

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

 a { background-color: rgb(40,51,149); }

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

border-color css

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

 span { border-color: rgb(40,51,149); }

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