Html Css Color HEX #283895 Egyptian Blue

📋 copy color: '#283895'

red 40 ◦ green 56 ◦ blue 149

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

Shades of Egyptian Blue #283895

Tints of Egyptian Blue #283895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

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

R = 16.33%
G = 22.86%
B = 60.82%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283895 (or 0x283895) is known color: Egyptian Blue. HEX triplet: 28, 38 and 95. RGB value is (40,56,149). Sum of RGB (Red+Green+Blue) = 40+56+149=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #283895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283895 is #D7C76A. Grayscale: #3D3D3D. Windows color (decimal): -14141291 or 9779240. OLE color: 9779240.

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

Color convert

RGB 40 56 149 -
CMYK 0.73 0.62 0 0.42
HSL 231.19º 0.58% 0.37% -
HSV(B) 231.19º 0.73% 0.58% -
XYZ 7.71 5.45 29.08 -
YUV 61.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 40 56 149 0.73 0.62 0 0.42 231.19 0.58 0.37
Hex 28 38 95 49 3E 0 2A E7 3A 25
Octal 50 70 225 111 76 0 52 347 72 45
Binary 101000 111000 10010101 1001001 111110 0 101010 11100111 111010 100101

Color Harmonies of #283895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283895

Black with #283895

Text Example


Text Example

White with #283895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283895; }

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

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

background-color css

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

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

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

border-color css

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

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

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