Html Css Color HEX #283C9D Egyptian Blue

📋 copy color: '#283C9D'

red 40 ◦ green 60 ◦ blue 157

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

Shades of Egyptian Blue #283C9D

Tints of Egyptian Blue #283C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 15.56%
G = 23.35%
B = 61.09%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#283C9D (or 0x283C9D) is known color: Egyptian Blue. HEX triplet: 28, 3C and 9D. RGB value is (40,60,157). Sum of RGB (Red+Green+Blue) = 40+60+157=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #283C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283C9D is #D7C362. Grayscale: #404040. Windows color (decimal): -14140259 or 10304552. OLE color: 10304552.

HSL color Cylindrical-coordinate representation of color #283C9D: hue angle of 229.74º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #283C9D is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 60 157 -
CMYK 0.75 0.62 0 0.38
HSL 229.74º 0.59% 0.39% -
HSV(B) 229.74º 0.75% 0.62% -
XYZ 8.58 6.12 32.63 -
YUV 65.08 179.87 110.11 -
System Red Green Blue C M Y K H S L
Decimal 40 60 157 0.75 0.62 0 0.38 229.74 0.59 0.39
Hex 28 3C 9D 4B 3E 0 26 E6 3B 27
Octal 50 74 235 113 76 0 46 346 73 47
Binary 101000 111100 10011101 1001011 111110 0 100110 11100110 111011 100111

Color Harmonies of #283C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C9D

Black with #283C9D

Text Example


Text Example

White with #283C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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