Html Css Color HEX #232A95 Egyptian Blue

📋 copy color: '#232A95'

red 35 ◦ green 42 ◦ blue 149

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

Shades of Egyptian Blue #232A95

Tints of Egyptian Blue #232A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.93%

R = 15.49%
G = 18.58%
B = 65.93%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#232A95 (or 0x232A95) is known color: Egyptian Blue. HEX triplet: 23, 2A and 95. RGB value is (35,42,149). Sum of RGB (Red+Green+Blue) = 35+42+149=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #232A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A95 is #DCD56A. Grayscale: #333333. Windows color (decimal): -14472555 or 9775651. OLE color: 9775651.

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

Color convert

RGB 35 42 149 -
CMYK 0.77 0.72 0 0.42
HSL 236.32º 0.62% 0.36% -
HSV(B) 236.32º 0.77% 0.58% -
XYZ 6.95 4.18 28.88 -
YUV 52.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 35 42 149 0.77 0.72 0 0.42 236.32 0.62 0.36
Hex 23 2A 95 4D 48 0 2A EC 3E 24
Octal 43 52 225 115 110 0 52 354 76 44
Binary 100011 101010 10010101 1001101 1001000 0 101010 11101100 111110 100100

Color Harmonies of #232A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232A95

Black with #232A95

Text Example


Text Example

White with #232A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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