#263692

Color #263692 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #263692

Tints of Egyptian Blue #263692

Color information

#263692 (or 0x263692) is unknown color: approx Egyptian Blue. HEX triplet: 26, 36 and 92. RGB value is (38,54,146). Sum of RGB (Red+Green+Blue) = 38+54+146=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #263692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263692 is #D9C96D. Grayscale: #3B3B3B. Windows color (decimal): -14272878 or 9582118. OLE color: 9582118.

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

Color convert

RGB3854146-
CMYK0.740.6300.43
HSL231.11º58.7%36.08%-
HSV(B)231.11º73.97%57.25%-
XYZ7.315.1327.8-
YUV59.7176.7112.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.97%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 146 (57.42% from 255) = 61.34%
R=15.97%
G=22.69%
B=61.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38541460.740.6300.43231.1158.736.08
Hex2636924A3F02Be73b24
Octal4666222112770533477344
Binary100110110110100100101001010111111010101111100111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263692; }

 p { color: rgb(38,54,146); }

 H1.HeaderClassName
 {
   color: #263692;
 }
 .AnyTagClassName
 {
   color: #263692;
 }
</style>
background-color css

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

 a { background-color: rgb(38,54,146); }

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

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

 span { border-color: rgb(38,54,146); }

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