#232A9F

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

Shades of Egyptian Blue #232A9F

Tints of Egyptian Blue #232A9F

Color information

#232A9F (or 0x232A9F) is unknown color: approx Egyptian Blue. HEX triplet: 23, 2A and 9F. RGB value is (35,42,159). Sum of RGB (Red+Green+Blue) = 35+42+159=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #232A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A9F is #DCD560. Grayscale: #343434. Windows color (decimal): -14472545 or 10431011. OLE color: 10431011.

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

Color convert

RGB3542159-
CMYK0.780.7400.38
HSL236.61º63.92%38.04%-
HSV(B)236.61º77.99%62.35%-
XYZ7.784.5233.26-
YUV53.24187.68114.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.83%
GREEN value IS 42 (16.80% from 255) = 17.80%
BLUE value IS 159 (62.5% from 255) = 67.37%
R=14.83%
G=17.80%
B=67.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35421590.780.7400.38236.6163.9238.04
Hex232A9F4E4A026ed4026
Octal435223711611204635510046
Binary10001110101010011111100111010010100100110111011011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232A9F; }

 p { color: rgb(35,42,159); }

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

<style>
 a { background-color: #232A9F; }

 a { background-color: rgb(35,42,159); }

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

<style>
 span { border-color: #232A9F; }

 span { border-color: rgb(35,42,159); }

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