Html Css Color HEX #263799 Egyptian Blue

📋 copy color: '#263799'

red 38 ◦ green 55 ◦ blue 153

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

Shades of Egyptian Blue #263799

Tints of Egyptian Blue #263799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

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

R = 15.45%
G = 22.36%
B = 62.2%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#263799 (or 0x263799) is known color: Egyptian Blue. HEX triplet: 26, 37 and 99. RGB value is (38,55,153). Sum of RGB (Red+Green+Blue) = 38+55+153=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #263799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263799 is #D9C866. Grayscale: #3C3C3C. Windows color (decimal): -14272615 or 10041126. OLE color: 10041126.

HSL color Cylindrical-coordinate representation of color #263799: hue angle of 231.13º 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 #263799 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 55 153 -
CMYK 0.75 0.64 0 0.4
HSL 231.13º 0.6% 0.37% -
HSV(B) 231.13º 0.75% 0.6% -
XYZ 7.92 5.44 30.77 -
YUV 61.09 179.87 111.53 -
System Red Green Blue C M Y K H S L
Decimal 38 55 153 0.75 0.64 0 0.4 231.13 0.6 0.37
Hex 26 37 99 4B 40 0 28 E7 3C 25
Octal 46 67 231 113 100 0 50 347 74 45
Binary 100110 110111 10011001 1001011 1000000 0 101000 11100111 111100 100101

Color Harmonies of #263799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263799

Black with #263799

Text Example


Text Example

White with #263799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263799; }

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

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

background-color css

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

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

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

border-color css

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

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

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