Html Css Color HEX #283499 Egyptian Blue

📋 copy color: '#283499'

red 40 ◦ green 52 ◦ blue 153

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

Shades of Egyptian Blue #283499

Tints of Egyptian Blue #283499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

 BLUE value IS 153 (60.16% from 255) = 62.45%

R = 16.33%
G = 21.22%
B = 62.45%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#283499 (or 0x283499) is known color: Egyptian Blue. HEX triplet: 28, 34 and 99. RGB value is (40,52,153). Sum of RGB (Red+Green+Blue) = 40+52+153=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #283499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283499 is #D7CB66. Grayscale: #3B3B3B. Windows color (decimal): -14142311 or 10040360. OLE color: 10040360.

HSL color Cylindrical-coordinate representation of color #283499: hue angle of 233.63º degrees, saturation: 0.59, 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 #283499 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 52 153 -
CMYK 0.74 0.66 0 0.4
HSL 233.63º 0.59% 0.38% -
HSV(B) 233.63º 0.74% 0.6% -
XYZ 7.85 5.21 30.73 -
YUV 59.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 40 52 153 0.74 0.66 0 0.4 233.63 0.59 0.38
Hex 28 34 99 4A 42 0 28 EA 3B 26
Octal 50 64 231 112 102 0 50 352 73 46
Binary 101000 110100 10011001 1001010 1000010 0 101000 11101010 111011 100110

Color Harmonies of #283499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283499

Black with #283499

Text Example


Text Example

White with #283499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283499; }

 p { color: rgb(40,52,153); }

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

background-color css

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

 a { background-color: rgb(40,52,153); }

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

border-color css

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

 span { border-color: rgb(40,52,153); }

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