Html Css Color HEX #283AA1 Egyptian Blue

📋 copy color: '#283AA1'

red 40 ◦ green 58 ◦ blue 161

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

Shades of Egyptian Blue #283AA1

Tints of Egyptian Blue #283AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 62.16%

R = 15.44%
G = 22.39%
B = 62.16%

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

#283AA1 (or 0x283AA1) is known color: Egyptian Blue. HEX triplet: 28, 3A and A1. RGB value is (40,58,161). Sum of RGB (Red+Green+Blue) = 40+58+161=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 161 (63.28% from 255 or 62.16% from 259); Max value from RGB is 161 - color contains mainly: blue. Hex color #283AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AA1 is #D7C55E. Grayscale: #3F3F3F. Windows color (decimal): -14140767 or 10566184. OLE color: 10566184.

HSL color Cylindrical-coordinate representation of color #283AA1: hue angle of 231.07º 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 #283AA1 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 58 161 -
CMYK 0.75 0.64 0 0.37
HSL 231.07º 0.6% 0.39% -
HSV(B) 231.07º 0.75% 0.63% -
XYZ 8.82 6.05 34.42 -
YUV 64.36 182.54 110.62 -
System Red Green Blue C M Y K H S L
Decimal 40 58 161 0.75 0.64 0 0.37 231.07 0.6 0.39
Hex 28 3A A1 4B 40 0 25 E7 3C 27
Octal 50 72 241 113 100 0 45 347 74 47
Binary 101000 111010 10100001 1001011 1000000 0 100101 11100111 111100 100111

Color Harmonies of #283AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283AA1

Black with #283AA1

Text Example


Text Example

White with #283AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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