#232A94

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

Shades of Egyptian Blue #232A94

Tints of Egyptian Blue #232A94

Color information

#232A94 (or 0x232A94) is unknown color: approx Egyptian Blue. HEX triplet: 23, 2A and 94. RGB value is (35,42,148). Sum of RGB (Red+Green+Blue) = 35+42+148=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #232A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A94 is #DCD56B. Grayscale: #333333. Windows color (decimal): -14472556 or 9710115. OLE color: 9710115.

HSL color Cylindrical-coordinate representation of color #232A94: hue angle of 236.28º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232A94 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3542148-
CMYK0.760.7200.42
HSL236.28º61.75%35.88%-
HSV(B)236.28º76.35%58.04%-
XYZ6.874.1528.46-
YUV51.99182.18115.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 148 (58.20% from 255) = 65.78%
R=15.56%
G=18.67%
B=65.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35421480.760.7200.42236.2861.7535.88
Hex232A944C4802Aec3e24
Octal43522241141100523547644
Binary1000111010101001010010011001001000010101011101100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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