Html Css Color HEX #283BA1 Egyptian Blue

📋 copy color: '#283BA1'

red 40 ◦ green 59 ◦ blue 161

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

Shades of Egyptian Blue #283BA1

Tints of Egyptian Blue #283BA1

RGB

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

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

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

R = 15.38%
G = 22.69%
B = 61.92%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#283BA1 (or 0x283BA1) is known color: Egyptian Blue. HEX triplet: 28, 3B and A1. RGB value is (40,59,161). Sum of RGB (Red+Green+Blue) = 40+59+161=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 161 (63.28% from 255 or 61.92% from 260); Max value from RGB is 161 - color contains mainly: blue. Hex color #283BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283BA1 is #D7C45E. Grayscale: #404040. Windows color (decimal): -14140511 or 10566440. OLE color: 10566440.

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

Color convert

RGB 40 59 161 -
CMYK 0.75 0.63 0 0.37
HSL 230.58º 0.6% 0.39% -
HSV(B) 230.58º 0.75% 0.63% -
XYZ 8.87 6.15 34.44 -
YUV 64.95 182.21 110.21 -
System Red Green Blue C M Y K H S L
Decimal 40 59 161 0.75 0.63 0 0.37 230.58 0.6 0.39
Hex 28 3B A1 4B 3F 0 25 E7 3C 27
Octal 50 73 241 113 77 0 45 347 74 47
Binary 101000 111011 10100001 1001011 111111 0 100101 11100111 111100 100111

Color Harmonies of #283BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BA1

Black with #283BA1

Text Example


Text Example

White with #283BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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