Html Css Color HEX #283BA3 Egyptian Blue

📋 copy color: '#283BA3'

red 40 ◦ green 59 ◦ blue 163

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

Shades of Egyptian Blue #283BA3

Tints of Egyptian Blue #283BA3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.52%

 BLUE value IS 163 (64.06% from 255) = 62.21%

R = 15.27%
G = 22.52%
B = 62.21%

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

#283BA3 (or 0x283BA3) is known color: Egyptian Blue. HEX triplet: 28, 3B and A3. RGB value is (40,59,163). Sum of RGB (Red+Green+Blue) = 40+59+163=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 163 (64.06% from 255 or 62.21% from 262); Max value from RGB is 163 - color contains mainly: blue. Hex color #283BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283BA3 is #D7C45C. Grayscale: #404040. Windows color (decimal): -14140509 or 10697512. OLE color: 10697512.

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

Color convert

RGB 40 59 163 -
CMYK 0.75 0.64 0 0.36
HSL 230.73º 0.61% 0.4% -
HSV(B) 230.73º 0.75% 0.64% -
XYZ 9.05 6.22 35.37 -
YUV 65.18 183.21 110.04 -
System Red Green Blue C M Y K H S L
Decimal 40 59 163 0.75 0.64 0 0.36 230.73 0.61 0.4
Hex 28 3B A3 4B 40 0 24 E7 3D 28
Octal 50 73 243 113 100 0 44 347 75 50
Binary 101000 111011 10100011 1001011 1000000 0 100100 11100111 111101 101000

Color Harmonies of #283BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BA3

Black with #283BA3

Text Example


Text Example

White with #283BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,59,163); }

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

background-color css

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

 a { background-color: rgb(40,59,163); }

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

border-color css

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

 span { border-color: rgb(40,59,163); }

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