Html Css Color HEX #283AA2 Egyptian Blue

📋 copy color: '#283AA2'

red 40 ◦ green 58 ◦ blue 162

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

Shades of Egyptian Blue #283AA2

Tints of Egyptian Blue #283AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 62.31%

R = 15.38%
G = 22.31%
B = 62.31%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#283AA2 (or 0x283AA2) is known color: Egyptian Blue. HEX triplet: 28, 3A and A2. RGB value is (40,58,162). Sum of RGB (Red+Green+Blue) = 40+58+162=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #283AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AA2 is #D7C55D. Grayscale: #404040. Windows color (decimal): -14140766 or 10631720. OLE color: 10631720.

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

Color convert

RGB 40 58 162 -
CMYK 0.75 0.64 0 0.36
HSL 231.15º 0.6% 0.4% -
HSV(B) 231.15º 0.75% 0.64% -
XYZ 8.91 6.09 34.89 -
YUV 64.47 183.04 110.54 -
System Red Green Blue C M Y K H S L
Decimal 40 58 162 0.75 0.64 0 0.36 231.15 0.6 0.4
Hex 28 3A A2 4B 40 0 24 E7 3C 28
Octal 50 72 242 113 100 0 44 347 74 50
Binary 101000 111010 10100010 1001011 1000000 0 100100 11100111 111100 101000

Color Harmonies of #283AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283AA2

Black with #283AA2

Text Example


Text Example

White with #283AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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