Html Css Color HEX #283E9F Egyptian Blue

📋 copy color: '#283E9F'

red 40 ◦ green 62 ◦ blue 159

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

Shades of Egyptian Blue #283E9F

Tints of Egyptian Blue #283E9F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.75%

 BLUE value IS 159 (62.5% from 255) = 60.92%

R = 15.33%
G = 23.75%
B = 60.92%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#283E9F (or 0x283E9F) is known color: Egyptian Blue. HEX triplet: 28, 3E and 9F. RGB value is (40,62,159). Sum of RGB (Red+Green+Blue) = 40+62+159=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #283E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E9F is #D7C160. Grayscale: #424242. Windows color (decimal): -14139745 or 10436136. OLE color: 10436136.

HSL color Cylindrical-coordinate representation of color #283E9F: hue angle of 228.91º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #283E9F is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 62 159 -
CMYK 0.75 0.61 0 0.38
HSL 228.91º 0.6% 0.39% -
HSV(B) 228.91º 0.75% 0.62% -
XYZ 8.86 6.4 33.57 -
YUV 66.48 180.21 109.11 -
System Red Green Blue C M Y K H S L
Decimal 40 62 159 0.75 0.61 0 0.38 228.91 0.6 0.39
Hex 28 3E 9F 4B 3D 0 26 E5 3C 27
Octal 50 76 237 113 75 0 46 345 74 47
Binary 101000 111110 10011111 1001011 111101 0 100110 11100101 111100 100111

Color Harmonies of #283E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283E9F

Black with #283E9F

Text Example


Text Example

White with #283E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283E9F; }

 p { color: rgb(40,62,159); }

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

background-color css

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

 a { background-color: rgb(40,62,159); }

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

border-color css

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

 span { border-color: rgb(40,62,159); }

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