Html Css Color HEX #232A93 Egyptian Blue

📋 copy color: '#232A93'

red 35 ◦ green 42 ◦ blue 147

#232A93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #232A93

Tints of Egyptian Blue #232A93

RGB

 RED value IS 35 (14.06% from 255) = 15.63%

 GREEN value IS 42 (16.8% from 255) = 18.75%

 BLUE value IS 147 (57.81% from 255) = 65.63%

R = 15.63%
G = 18.75%
B = 65.63%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#232A93 (or 0x232A93) is known color: Egyptian Blue. HEX triplet: 23, 2A and 93. RGB value is (35,42,147). Sum of RGB (Red+Green+Blue) = 35+42+147=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #232A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A93 is #DCD56C. Grayscale: #333333. Windows color (decimal): -14472557 or 9644579. OLE color: 9644579.

HSL color Cylindrical-coordinate representation of color #232A93: hue angle of 236.25º 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 #232A93 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 42 147 -
CMYK 0.76 0.71 0 0.42
HSL 236.25º 0.62% 0.36% -
HSV(B) 236.25º 0.76% 0.58% -
XYZ 6.79 4.12 28.04 -
YUV 51.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 35 42 147 0.76 0.71 0 0.42 236.25 0.62 0.36
Hex 23 2A 93 4C 47 0 2A EC 3E 24
Octal 43 52 223 114 107 0 52 354 76 44
Binary 100011 101010 10010011 1001100 1000111 0 101010 11101100 111110 100100

Color Harmonies of #232A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232A93

Black with #232A93

Text Example


Text Example

White with #232A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #232A93;
 }
 .AnyTagClassName
 {
   color: #232A93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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