Html Css Color HEX #283398 Egyptian Blue

📋 copy color: '#283398'

red 40 ◦ green 51 ◦ blue 152

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

Shades of Egyptian Blue #283398

Tints of Egyptian Blue #283398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 62.55%

R = 16.46%
G = 20.99%
B = 62.55%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#283398 (or 0x283398) is known color: Egyptian Blue. HEX triplet: 28, 33 and 98. RGB value is (40,51,152). Sum of RGB (Red+Green+Blue) = 40+51+152=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #283398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283398 is #D7CC67. Grayscale: #3A3A3A. Windows color (decimal): -14142568 or 9974568. OLE color: 9974568.

HSL color Cylindrical-coordinate representation of color #283398: hue angle of 234.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283398 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 51 152 -
CMYK 0.74 0.66 0 0.40
HSL 234.11º 0.58% 0.38% -
HSV(B) 234.11º 0.74% 0.6% -
XYZ 7.73 5.09 30.28 -
YUV 59.23 180.36 114.29 -
System Red Green Blue C M Y K H S L
Decimal 40 51 152 0.74 0.66 0 0.40 234.11 0.58 0.38
Hex 28 33 98 4A 42 0 28 EA 3A 26
Octal 50 63 230 112 102 0 50 352 72 46
Binary 101000 110011 10011000 1001010 1000010 0 101000 11101010 111010 100110

Color Harmonies of #283398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283398

Black with #283398

Text Example


Text Example

White with #283398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283398; }

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

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

background-color css

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

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

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

border-color css

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

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

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