Html Css Color HEX #283AA0 Egyptian Blue

📋 copy color: '#283AA0'

red 40 ◦ green 58 ◦ blue 160

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

Shades of Egyptian Blue #283AA0

Tints of Egyptian Blue #283AA0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.48%

 BLUE value IS 160 (62.89% from 255) = 62.02%

R = 15.5%
G = 22.48%
B = 62.02%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#283AA0 (or 0x283AA0) is known color: Egyptian Blue. HEX triplet: 28, 3A and A0. RGB value is (40,58,160). Sum of RGB (Red+Green+Blue) = 40+58+160=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #283AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AA0 is #D7C55F. Grayscale: #3F3F3F. Windows color (decimal): -14140768 or 10500648. OLE color: 10500648.

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

Color convert

RGB 40 58 160 -
CMYK 0.75 0.64 0 0.37
HSL 231º 0.6% 0.39% -
HSV(B) 231º 0.75% 0.63% -
XYZ 8.73 6.02 33.96 -
YUV 64.25 182.04 110.71 -
System Red Green Blue C M Y K H S L
Decimal 40 58 160 0.75 0.64 0 0.37 231 0.6 0.39
Hex 28 3A A0 4B 40 0 25 E7 3C 27
Octal 50 72 240 113 100 0 45 347 74 47
Binary 101000 111010 10100000 1001011 1000000 0 100101 11100111 111100 100111

Color Harmonies of #283AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283AA0

Black with #283AA0

Text Example


Text Example

White with #283AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,58,160); }

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

background-color css

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

 a { background-color: rgb(40,58,160); }

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

border-color css

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

 span { border-color: rgb(40,58,160); }

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