Html Css Color HEX #263096 Egyptian Blue

📋 copy color: '#263096'

red 38 ◦ green 48 ◦ blue 150

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

Shades of Egyptian Blue #263096

Tints of Egyptian Blue #263096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

 BLUE value IS 150 (58.98% from 255) = 63.56%

R = 16.1%
G = 20.34%
B = 63.56%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#263096 (or 0x263096) is known color: Egyptian Blue. HEX triplet: 26, 30 and 96. RGB value is (38,48,150). Sum of RGB (Red+Green+Blue) = 38+48+150=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #263096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263096 is #D9CF69. Grayscale: #383838. Windows color (decimal): -14274410 or 9842726. OLE color: 9842726.

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

Color convert

RGB 38 48 150 -
CMYK 0.75 0.68 0 0.41
HSL 234.64º 0.6% 0.37% -
HSV(B) 234.64º 0.75% 0.59% -
XYZ 7.36 4.73 29.38 -
YUV 56.64 180.69 114.71 -
System Red Green Blue C M Y K H S L
Decimal 38 48 150 0.75 0.68 0 0.41 234.64 0.6 0.37
Hex 26 30 96 4B 44 0 29 EB 3C 25
Octal 46 60 226 113 104 0 51 353 74 45
Binary 100110 110000 10010110 1001011 1000100 0 101001 11101011 111100 100101

Color Harmonies of #263096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263096

Black with #263096

Text Example


Text Example

White with #263096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263096; }

 p { color: rgb(38,48,150); }

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

background-color css

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

 a { background-color: rgb(38,48,150); }

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

border-color css

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

 span { border-color: rgb(38,48,150); }

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