Html Css Color HEX #232D8E Egyptian Blue

📋 copy color: '#232D8E'

red 35 ◦ green 45 ◦ blue 142

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

Shades of Egyptian Blue #232D8E

Tints of Egyptian Blue #232D8E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.27%

 BLUE value IS 142 (55.86% from 255) = 63.96%

R = 15.77%
G = 20.27%
B = 63.96%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#232D8E (or 0x232D8E) is known color: Egyptian Blue. HEX triplet: 23, 2D and 8E. RGB value is (35,45,142). Sum of RGB (Red+Green+Blue) = 35+45+142=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #232D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232D8E is #DCD271. Grayscale: #343434. Windows color (decimal): -14471794 or 9317667. OLE color: 9317667.

HSL color Cylindrical-coordinate representation of color #232D8E: hue angle of 234.39º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232D8E is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 45 142 -
CMYK 0.75 0.68 0 0.44
HSL 234.39º 0.6% 0.35% -
HSV(B) 234.39º 0.75% 0.56% -
XYZ 6.51 4.19 26.06 -
YUV 53.07 178.19 115.11 -
System Red Green Blue C M Y K H S L
Decimal 35 45 142 0.75 0.68 0 0.44 234.39 0.6 0.35
Hex 23 2D 8E 4B 44 0 2C EA 3C 23
Octal 43 55 216 113 104 0 54 352 74 43
Binary 100011 101101 10001110 1001011 1000100 0 101100 11101010 111100 100011

Color Harmonies of #232D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232D8E

Black with #232D8E

Text Example


Text Example

White with #232D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,45,142); }

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

background-color css

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

 a { background-color: rgb(35,45,142); }

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

border-color css

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

 span { border-color: rgb(35,45,142); }

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