#23269C

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

Shades of Egyptian Blue #23269C

Tints of Egyptian Blue #23269C

Color information

#23269C (or 0x23269C) is unknown color: approx Egyptian Blue. HEX triplet: 23, 26 and 9C. RGB value is (35,38,156). Sum of RGB (Red+Green+Blue) = 35+38+156=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #23269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23269C is #DCD963. Grayscale: #323232. Windows color (decimal): -14473572 or 10233379. OLE color: 10233379.

HSL color Cylindrical-coordinate representation of color #23269C: hue angle of 238.51º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23269C is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3538156-
CMYK0.780.7600.39
HSL238.51º63.35%37.45%-
HSV(B)238.51º77.56%61.18%-
XYZ7.394.1431.86-
YUV50.56187.51116.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 156 (61.33% from 255) = 68.12%
R=15.28%
G=16.59%
B=68.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35381560.780.7600.39238.5163.3537.45
Hex23269C4E4C027ef3f25
Octal43462341161140473577745
Binary1000111001101001110010011101001100010011111101111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23269C; }

 p { color: rgb(35,38,156); }

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

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

 a { background-color: rgb(35,38,156); }

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

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

 span { border-color: rgb(35,38,156); }

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