#23469D

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

Shades of Egyptian Blue #23469D

Tints of Egyptian Blue #23469D

Color information

#23469D (or 0x23469D) is unknown color: approx Egyptian Blue. HEX triplet: 23, 46 and 9D. RGB value is (35,70,157). Sum of RGB (Red+Green+Blue) = 35+70+157=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #23469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23469D is #DCB962. Grayscale: #454545. Windows color (decimal): -14465379 or 10307107. OLE color: 10307107.

HSL color Cylindrical-coordinate representation of color #23469D: hue angle of 222.79º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23469D is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3570157-
CMYK0.780.5500.38
HSL222.79º63.54%37.65%-
HSV(B)222.79º77.71%61.57%-
XYZ8.977.1732.81-
YUV69.45177.4103.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 157 (61.72% from 255) = 59.92%
R=13.36%
G=26.72%
B=59.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35701570.780.5500.38222.7963.5437.65
Hex23469D4E37026df4026
Octal431062351166704633710046
Binary10001110001101001110110011101101110100110110111111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23469D; }

 p { color: rgb(35,70,157); }

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

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

 a { background-color: rgb(35,70,157); }

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

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

 span { border-color: rgb(35,70,157); }

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