Html Css Color HEX #263699 Egyptian Blue

📋 copy color: '#263699'

red 38 ◦ green 54 ◦ blue 153

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

Shades of Egyptian Blue #263699

Tints of Egyptian Blue #263699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 15.51%
G = 22.04%
B = 62.45%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#263699 (or 0x263699) is known color: Egyptian Blue. HEX triplet: 26, 36 and 99. RGB value is (38,54,153). Sum of RGB (Red+Green+Blue) = 38+54+153=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #263699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263699 is #D9C966. Grayscale: #3C3C3C. Windows color (decimal): -14272871 or 10040870. OLE color: 10040870.

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

Color convert

RGB 38 54 153 -
CMYK 0.75 0.65 0 0.4
HSL 231.65º 0.6% 0.37% -
HSV(B) 231.65º 0.75% 0.6% -
XYZ 7.87 5.35 30.76 -
YUV 60.5 180.2 111.95 -
System Red Green Blue C M Y K H S L
Decimal 38 54 153 0.75 0.65 0 0.4 231.65 0.6 0.37
Hex 26 36 99 4B 41 0 28 E8 3C 25
Octal 46 66 231 113 101 0 50 350 74 45
Binary 100110 110110 10011001 1001011 1000001 0 101000 11101000 111100 100101

Color Harmonies of #263699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263699

Black with #263699

Text Example


Text Example

White with #263699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263699; }

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

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

background-color css

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

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

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

border-color css

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

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

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