Html Css Color HEX #263199 Egyptian Blue

📋 copy color: '#263199'

red 38 ◦ green 49 ◦ blue 153

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

Shades of Egyptian Blue #263199

Tints of Egyptian Blue #263199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

 BLUE value IS 153 (60.16% from 255) = 63.75%

R = 15.83%
G = 20.42%
B = 63.75%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#263199 (or 0x263199) is known color: Egyptian Blue. HEX triplet: 26, 31 and 99. RGB value is (38,49,153). Sum of RGB (Red+Green+Blue) = 38+49+153=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #263199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263199 is #D9CE66. Grayscale: #393939. Windows color (decimal): -14274151 or 10039590. OLE color: 10039590.

HSL color Cylindrical-coordinate representation of color #263199: hue angle of 234.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263199 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 49 153 -
CMYK 0.75 0.68 0 0.4
HSL 234.26º 0.6% 0.37% -
HSV(B) 234.26º 0.75% 0.6% -
XYZ 7.65 4.91 30.68 -
YUV 57.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 38 49 153 0.75 0.68 0 0.4 234.26 0.6 0.37
Hex 26 31 99 4B 44 0 28 EA 3C 25
Octal 46 61 231 113 104 0 50 352 74 45
Binary 100110 110001 10011001 1001011 1000100 0 101000 11101010 111100 100101

Color Harmonies of #263199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263199

Black with #263199

Text Example


Text Example

White with #263199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263199; }

 p { color: rgb(38,49,153); }

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

background-color css

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

 a { background-color: rgb(38,49,153); }

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

border-color css

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

 span { border-color: rgb(38,49,153); }

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