#23259D

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

Shades of Egyptian Blue #23259D

Tints of Egyptian Blue #23259D

Color information

#23259D (or 0x23259D) is unknown color: approx Egyptian Blue. HEX triplet: 23, 25 and 9D. RGB value is (35,37,157). Sum of RGB (Red+Green+Blue) = 35+37+157=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #23259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23259D is #DCDA62. Grayscale: #313131. Windows color (decimal): -14473827 or 10298659. OLE color: 10298659.

HSL color Cylindrical-coordinate representation of color #23259D: hue angle of 239.02º 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 #23259D is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3537157-
CMYK0.780.7600.38
HSL239.02º63.54%37.65%-
HSV(B)239.02º77.71%61.57%-
XYZ7.444.1132.3-
YUV50.08188.34117.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 157 (61.72% from 255) = 68.56%
R=15.28%
G=16.16%
B=68.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35371570.780.7600.38239.0263.5437.65
Hex23259D4E4C026ef4026
Octal434523511611404635710046
Binary10001110010110011101100111010011000100110111011111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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