#23369B

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

Shades of Egyptian Blue #23369B

Tints of Egyptian Blue #23369B

Color information

#23369B (or 0x23369B) is unknown color: approx Egyptian Blue. HEX triplet: 23, 36 and 9B. RGB value is (35,54,155). Sum of RGB (Red+Green+Blue) = 35+54+155=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #23369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23369B is #DCC964. Grayscale: #3B3B3B. Windows color (decimal): -14469477 or 10171939. OLE color: 10171939.

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

Color convert

RGB3554155-
CMYK0.770.6500.39
HSL230.5º63.16%37.25%-
HSV(B)230.5º77.42%60.78%-
XYZ7.935.3631.63-
YUV59.83181.71110.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.34%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 155 (60.94% from 255) = 63.52%
R=14.34%
G=22.13%
B=63.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35541550.770.6500.39230.563.1637.25
Hex23369B4D41027e63f25
Octal43662331151010473467745
Binary1000111101101001101110011011000001010011111100110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23369B; }

 p { color: rgb(35,54,155); }

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

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

 a { background-color: rgb(35,54,155); }

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

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

 span { border-color: rgb(35,54,155); }

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