Html Css Color HEX #263293 Egyptian Blue

📋 copy color: '#263293'

red 38 ◦ green 50 ◦ blue 147

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

Shades of Egyptian Blue #263293

Tints of Egyptian Blue #263293

RGB

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

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

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

R = 16.17%
G = 21.28%
B = 62.55%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#263293 (or 0x263293) is known color: Egyptian Blue. HEX triplet: 26, 32 and 93. RGB value is (38,50,147). Sum of RGB (Red+Green+Blue) = 38+50+147=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #263293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263293 is #D9CD6C. Grayscale: #393939. Windows color (decimal): -14273901 or 9646630. OLE color: 9646630.

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

Color convert

RGB 38 50 147 -
CMYK 0.74 0.66 0 0.42
HSL 233.39º 0.59% 0.36% -
HSV(B) 233.39º 0.74% 0.58% -
XYZ 7.21 4.8 28.15 -
YUV 57.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 38 50 147 0.74 0.66 0 0.42 233.39 0.59 0.36
Hex 26 32 93 4A 42 0 2A E9 3B 24
Octal 46 62 223 112 102 0 52 351 73 44
Binary 100110 110010 10010011 1001010 1000010 0 101010 11101001 111011 100100

Color Harmonies of #263293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263293

Black with #263293

Text Example


Text Example

White with #263293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263293; }

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

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

background-color css

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

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

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

border-color css

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

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

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