Html Css Color HEX #263895 Egyptian Blue

📋 copy color: '#263895'

red 38 ◦ green 56 ◦ blue 149

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

Shades of Egyptian Blue #263895

Tints of Egyptian Blue #263895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.05%

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

R = 15.64%
G = 23.05%
B = 61.32%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#263895 (or 0x263895) is known color: Egyptian Blue. HEX triplet: 26, 38 and 95. RGB value is (38,56,149). Sum of RGB (Red+Green+Blue) = 38+56+149=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #263895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263895 is #D9C76A. Grayscale: #3C3C3C. Windows color (decimal): -14272363 or 9779238. OLE color: 9779238.

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

Color convert

RGB 38 56 149 -
CMYK 0.74 0.62 0 0.42
HSL 230.27º 0.59% 0.37% -
HSV(B) 230.27º 0.74% 0.58% -
XYZ 7.64 5.41 29.08 -
YUV 61.22 177.54 111.44 -
System Red Green Blue C M Y K H S L
Decimal 38 56 149 0.74 0.62 0 0.42 230.27 0.59 0.37
Hex 26 38 95 4A 3E 0 2A E6 3B 25
Octal 46 70 225 112 76 0 52 346 73 45
Binary 100110 111000 10010101 1001010 111110 0 101010 11100110 111011 100101

Color Harmonies of #263895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263895

Black with #263895

Text Example


Text Example

White with #263895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263895; }

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

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

background-color css

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

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

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

border-color css

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

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

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