Html Css Color HEX #263393 Egyptian Blue

📋 copy color: '#263393'

red 38 ◦ green 51 ◦ blue 147

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

Shades of Egyptian Blue #263393

Tints of Egyptian Blue #263393

RGB

 RED value IS 38 (15.23% from 255) = 16.1%

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 147 (57.81% from 255) = 62.29%

R = 16.1%
G = 21.61%
B = 62.29%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#263393 (or 0x263393) is known color: Egyptian Blue. HEX triplet: 26, 33 and 93. RGB value is (38,51,147). Sum of RGB (Red+Green+Blue) = 38+51+147=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #263393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263393 is #D9CC6C. Grayscale: #393939. Windows color (decimal): -14273645 or 9646886. OLE color: 9646886.

HSL color Cylindrical-coordinate representation of color #263393: hue angle of 232.84º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263393 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 51 147 -
CMYK 0.74 0.65 0 0.42
HSL 232.84º 0.59% 0.36% -
HSV(B) 232.84º 0.74% 0.58% -
XYZ 7.25 4.89 28.16 -
YUV 58.06 178.19 113.69 -
System Red Green Blue C M Y K H S L
Decimal 38 51 147 0.74 0.65 0 0.42 232.84 0.59 0.36
Hex 26 33 93 4A 41 0 2A E9 3B 24
Octal 46 63 223 112 101 0 52 351 73 44
Binary 100110 110011 10010011 1001010 1000001 0 101010 11101001 111011 100100

Color Harmonies of #263393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263393

Black with #263393

Text Example


Text Example

White with #263393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263393; }

 p { color: rgb(38,51,147); }

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

background-color css

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

 a { background-color: rgb(38,51,147); }

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

border-color css

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

 span { border-color: rgb(38,51,147); }

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