Html Css Color HEX #232E9F Egyptian Blue

📋 copy color: '#232E9F'

red 35 ◦ green 46 ◦ blue 159

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

Shades of Egyptian Blue #232E9F

Tints of Egyptian Blue #232E9F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.17%

 BLUE value IS 159 (62.5% from 255) = 66.25%

R = 14.58%
G = 19.17%
B = 66.25%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#232E9F (or 0x232E9F) is known color: Egyptian Blue. HEX triplet: 23, 2E and 9F. RGB value is (35,46,159). Sum of RGB (Red+Green+Blue) = 35+46+159=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #232E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232E9F is #DCD160. Grayscale: #373737. Windows color (decimal): -14471521 or 10432035. OLE color: 10432035.

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

Color convert

RGB 35 46 159 -
CMYK 0.78 0.71 0 0.38
HSL 234.68º 0.64% 0.38% -
HSV(B) 234.68º 0.78% 0.62% -
XYZ 7.93 4.81 33.31 -
YUV 55.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 35 46 159 0.78 0.71 0 0.38 234.68 0.64 0.38
Hex 23 2E 9F 4E 47 0 26 EB 40 26
Octal 43 56 237 116 107 0 46 353 100 46
Binary 100011 101110 10011111 1001110 1000111 0 100110 11101011 1000000 100110

Color Harmonies of #232E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232E9F

Black with #232E9F

Text Example


Text Example

White with #232E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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