Html Css Color HEX #283CA3 Egyptian Blue

📋 copy color: '#283CA3'

red 40 ◦ green 60 ◦ blue 163

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

Shades of Egyptian Blue #283CA3

Tints of Egyptian Blue #283CA3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.81%

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

R = 15.21%
G = 22.81%
B = 61.98%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#283CA3 (or 0x283CA3) is known color: Egyptian Blue. HEX triplet: 28, 3C and A3. RGB value is (40,60,163). Sum of RGB (Red+Green+Blue) = 40+60+163=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 163 (64.06% from 255 or 61.98% from 263); Max value from RGB is 163 - color contains mainly: blue. Hex color #283CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283CA3 is #D7C35C. Grayscale: #414141. Windows color (decimal): -14140253 or 10697768. OLE color: 10697768.

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

Color convert

RGB 40 60 163 -
CMYK 0.75 0.63 0 0.36
HSL 230.24º 0.61% 0.4% -
HSV(B) 230.24º 0.75% 0.64% -
XYZ 9.1 6.33 35.39 -
YUV 65.76 182.87 109.62 -
System Red Green Blue C M Y K H S L
Decimal 40 60 163 0.75 0.63 0 0.36 230.24 0.61 0.4
Hex 28 3C A3 4B 3F 0 24 E6 3D 28
Octal 50 74 243 113 77 0 44 346 75 50
Binary 101000 111100 10100011 1001011 111111 0 100100 11100110 111101 101000

Color Harmonies of #283CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CA3

Black with #283CA3

Text Example


Text Example

White with #283CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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