Html Css Color HEX #283297 Egyptian Blue

📋 copy color: '#283297'

red 40 ◦ green 50 ◦ blue 151

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

Shades of Egyptian Blue #283297

Tints of Egyptian Blue #283297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 16.6%
G = 20.75%
B = 62.66%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#283297 (or 0x283297) is known color: Egyptian Blue. HEX triplet: 28, 32 and 97. RGB value is (40,50,151). Sum of RGB (Red+Green+Blue) = 40+50+151=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #283297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283297 is #D7CD68. Grayscale: #3A3A3A. Windows color (decimal): -14142825 or 9908776. OLE color: 9908776.

HSL color Cylindrical-coordinate representation of color #283297: hue angle of 234.59º 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 #283297 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 50 151 -
CMYK 0.74 0.67 0 0.41
HSL 234.59º 0.58% 0.37% -
HSV(B) 234.59º 0.74% 0.59% -
XYZ 7.6 4.97 29.84 -
YUV 58.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 40 50 151 0.74 0.67 0 0.41 234.59 0.58 0.37
Hex 28 32 97 4A 43 0 29 EB 3A 25
Octal 50 62 227 112 103 0 51 353 72 45
Binary 101000 110010 10010111 1001010 1000011 0 101001 11101011 111010 100101

Color Harmonies of #283297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283297

Black with #283297

Text Example


Text Example

White with #283297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283297; }

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

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

background-color css

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

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

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

border-color css

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

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

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