Html Css Color HEX #263595 Egyptian Blue

📋 copy color: '#263595'

red 38 ◦ green 53 ◦ blue 149

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

Shades of Egyptian Blue #263595

Tints of Egyptian Blue #263595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

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

R = 15.83%
G = 22.08%
B = 62.08%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#263595 (or 0x263595) is known color: Egyptian Blue. HEX triplet: 26, 35 and 95. RGB value is (38,53,149). Sum of RGB (Red+Green+Blue) = 38+53+149=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #263595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263595 is #D9CA6A. Grayscale: #3B3B3B. Windows color (decimal): -14273131 or 9778470. OLE color: 9778470.

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

Color convert

RGB 38 53 149 -
CMYK 0.74 0.64 0 0.42
HSL 231.89º 0.59% 0.37% -
HSV(B) 231.89º 0.74% 0.58% -
XYZ 7.5 5.13 29.03 -
YUV 59.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 38 53 149 0.74 0.64 0 0.42 231.89 0.59 0.37
Hex 26 35 95 4A 40 0 2A E8 3B 25
Octal 46 65 225 112 100 0 52 350 73 45
Binary 100110 110101 10010101 1001010 1000000 0 101010 11101000 111011 100101

Color Harmonies of #263595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263595

Black with #263595

Text Example


Text Example

White with #263595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263595; }

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

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

background-color css

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

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

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

border-color css

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

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

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