Html Css Color HEX #263893 Egyptian Blue

📋 copy color: '#263893'

red 38 ◦ green 56 ◦ blue 147

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

Shades of Egyptian Blue #263893

Tints of Egyptian Blue #263893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61%

R = 15.77%
G = 23.24%
B = 61%

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

#263893 (or 0x263893) is known color: Egyptian Blue. HEX triplet: 26, 38 and 93. RGB value is (38,56,147). Sum of RGB (Red+Green+Blue) = 38+56+147=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #263893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263893 is #D9C76C. Grayscale: #3C3C3C. Windows color (decimal): -14272365 or 9648166. OLE color: 9648166.

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

Color convert

RGB 38 56 147 -
CMYK 0.74 0.62 0 0.42
HSL 230.09º 0.59% 0.36% -
HSV(B) 230.09º 0.74% 0.58% -
XYZ 7.48 5.35 28.24 -
YUV 60.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 38 56 147 0.74 0.62 0 0.42 230.09 0.59 0.36
Hex 26 38 93 4A 3E 0 2A E6 3B 24
Octal 46 70 223 112 76 0 52 346 73 44
Binary 100110 111000 10010011 1001010 111110 0 101010 11100110 111011 100100

Color Harmonies of #263893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263893

Black with #263893

Text Example


Text Example

White with #263893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263893; }

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

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

background-color css

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

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

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

border-color css

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

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

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