Html Css Color HEX #283B97 Egyptian Blue

📋 copy color: '#283B97'

red 40 ◦ green 59 ◦ blue 151

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

Shades of Egyptian Blue #283B97

Tints of Egyptian Blue #283B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.4%

R = 16%
G = 23.6%
B = 60.4%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#283B97 (or 0x283B97) is known color: Egyptian Blue. HEX triplet: 28, 3B and 97. RGB value is (40,59,151). Sum of RGB (Red+Green+Blue) = 40+59+151=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #283B97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B97 is #D7C468. Grayscale: #3F3F3F. Windows color (decimal): -14140521 or 9911080. OLE color: 9911080.

HSL color Cylindrical-coordinate representation of color #283B97: hue angle of 229.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283B97 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 59 151 -
CMYK 0.74 0.61 0 0.41
HSL 229.73º 0.58% 0.37% -
HSV(B) 229.73º 0.74% 0.59% -
XYZ 8.02 5.81 29.98 -
YUV 63.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 40 59 151 0.74 0.61 0 0.41 229.73 0.58 0.37
Hex 28 3B 97 4A 3D 0 29 E6 3A 25
Octal 50 73 227 112 75 0 51 346 72 45
Binary 101000 111011 10010111 1001010 111101 0 101001 11100110 111010 100101

Color Harmonies of #283B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283B97

Black with #283B97

Text Example


Text Example

White with #283B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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