Html Css Color HEX #232EA1 Egyptian Blue

📋 copy color: '#232EA1'

red 35 ◦ green 46 ◦ blue 161

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

Shades of Egyptian Blue #232EA1

Tints of Egyptian Blue #232EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 66.53%

R = 14.46%
G = 19.01%
B = 66.53%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#232EA1 (or 0x232EA1) is known color: Egyptian Blue. HEX triplet: 23, 2E and A1. RGB value is (35,46,161). Sum of RGB (Red+Green+Blue) = 35+46+161=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #232EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232EA1 is #DCD15E. Grayscale: #373737. Windows color (decimal): -14471519 or 10563107. OLE color: 10563107.

HSL color Cylindrical-coordinate representation of color #232EA1: hue angle of 234.76º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232EA1 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 35 46 161 -
CMYK 0.78 0.71 0 0.37
HSL 234.76º 0.64% 0.38% -
HSV(B) 234.76º 0.78% 0.63% -
XYZ 8.1 4.88 34.23 -
YUV 55.82 187.36 113.15 -
System Red Green Blue C M Y K H S L
Decimal 35 46 161 0.78 0.71 0 0.37 234.76 0.64 0.38
Hex 23 2E A1 4E 47 0 25 EB 40 26
Octal 43 56 241 116 107 0 45 353 100 46
Binary 100011 101110 10100001 1001110 1000111 0 100101 11101011 1000000 100110

Color Harmonies of #232EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EA1

Black with #232EA1

Text Example


Text Example

White with #232EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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