#23279C

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

Shades of Egyptian Blue #23279C

Tints of Egyptian Blue #23279C

Color information

#23279C (or 0x23279C) is unknown color: approx Egyptian Blue. HEX triplet: 23, 27 and 9C. RGB value is (35,39,156). Sum of RGB (Red+Green+Blue) = 35+39+156=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #23279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23279C is #DCD863. Grayscale: #323232. Windows color (decimal): -14473316 or 10233635. OLE color: 10233635.

HSL color Cylindrical-coordinate representation of color #23279C: hue angle of 238.02º 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 #23279C is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3539156-
CMYK0.780.7500.39
HSL238.02º63.35%37.45%-
HSV(B)238.02º77.56%61.18%-
XYZ7.424.2131.87-
YUV51.14187.17116.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.22%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 156 (61.33% from 255) = 67.83%
R=15.22%
G=16.96%
B=67.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35391560.780.7500.39238.0263.3537.45
Hex23279C4E4B027ee3f25
Octal43472341161130473567745
Binary1000111001111001110010011101001011010011111101110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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