Html Css Color HEX #263196 Egyptian Blue

📋 copy color: '#263196'

red 38 ◦ green 49 ◦ blue 150

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

Shades of Egyptian Blue #263196

Tints of Egyptian Blue #263196

RGB

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

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

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

R = 16.03%
G = 20.68%
B = 63.29%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#263196 (or 0x263196) is known color: Egyptian Blue. HEX triplet: 26, 31 and 96. RGB value is (38,49,150). Sum of RGB (Red+Green+Blue) = 38+49+150=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #263196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263196 is #D9CE69. Grayscale: #383838. Windows color (decimal): -14274154 or 9842982. OLE color: 9842982.

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

Color convert

RGB 38 49 150 -
CMYK 0.75 0.67 0 0.41
HSL 234.11º 0.6% 0.37% -
HSV(B) 234.11º 0.75% 0.59% -
XYZ 7.4 4.81 29.39 -
YUV 57.23 180.36 114.29 -
System Red Green Blue C M Y K H S L
Decimal 38 49 150 0.75 0.67 0 0.41 234.11 0.6 0.37
Hex 26 31 96 4B 43 0 29 EA 3C 25
Octal 46 61 226 113 103 0 51 352 74 45
Binary 100110 110001 10010110 1001011 1000011 0 101001 11101010 111100 100101

Color Harmonies of #263196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263196

Black with #263196

Text Example


Text Example

White with #263196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263196; }

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

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

background-color css

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

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

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

border-color css

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

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

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