Html Css Color HEX #263295 Egyptian Blue

📋 copy color: '#263295'

red 38 ◦ green 50 ◦ blue 149

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

Shades of Egyptian Blue #263295

Tints of Egyptian Blue #263295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

 BLUE value IS 149 (58.59% from 255) = 62.87%

R = 16.03%
G = 21.1%
B = 62.87%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#263295 (or 0x263295) is known color: Egyptian Blue. HEX triplet: 26, 32 and 95. RGB value is (38,50,149). Sum of RGB (Red+Green+Blue) = 38+50+149=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #263295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263295 is #D9CD6A. Grayscale: #393939. Windows color (decimal): -14273899 or 9777702. OLE color: 9777702.

HSL color Cylindrical-coordinate representation of color #263295: hue angle of 233.51º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263295 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 50 149 -
CMYK 0.74 0.66 0 0.42
HSL 233.51º 0.59% 0.37% -
HSV(B) 233.51º 0.74% 0.58% -
XYZ 7.36 4.86 28.98 -
YUV 57.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 38 50 149 0.74 0.66 0 0.42 233.51 0.59 0.37
Hex 26 32 95 4A 42 0 2A EA 3B 25
Octal 46 62 225 112 102 0 52 352 73 45
Binary 100110 110010 10010101 1001010 1000010 0 101010 11101010 111011 100101

Color Harmonies of #263295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263295

Black with #263295

Text Example


Text Example

White with #263295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263295; }

 p { color: rgb(38,50,149); }

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

background-color css

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

 a { background-color: rgb(38,50,149); }

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

border-color css

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

 span { border-color: rgb(38,50,149); }

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