Html Css Color HEX #232C92 Egyptian Blue

📋 copy color: '#232C92'

red 35 ◦ green 44 ◦ blue 146

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

Shades of Egyptian Blue #232C92

Tints of Egyptian Blue #232C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

 BLUE value IS 146 (57.42% from 255) = 64.89%

R = 15.56%
G = 19.56%
B = 64.89%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#232C92 (or 0x232C92) is known color: Egyptian Blue. HEX triplet: 23, 2C and 92. RGB value is (35,44,146). Sum of RGB (Red+Green+Blue) = 35+44+146=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #232C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C92 is #DCD36D. Grayscale: #343434. Windows color (decimal): -14472046 or 9579555. OLE color: 9579555.

HSL color Cylindrical-coordinate representation of color #232C92: hue angle of 235.14º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232C92 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 44 146 -
CMYK 0.76 0.70 0 0.43
HSL 235.14º 0.61% 0.35% -
HSV(B) 235.14º 0.76% 0.57% -
XYZ 6.78 4.23 27.65 -
YUV 52.94 180.52 115.21 -
System Red Green Blue C M Y K H S L
Decimal 35 44 146 0.76 0.70 0 0.43 235.14 0.61 0.35
Hex 23 2C 92 4C 46 0 2B EB 3D 23
Octal 43 54 222 114 106 0 53 353 75 43
Binary 100011 101100 10010010 1001100 1000110 0 101011 11101011 111101 100011

Color Harmonies of #232C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232C92

Black with #232C92

Text Example


Text Example

White with #232C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,44,146); }

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

background-color css

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

 a { background-color: rgb(35,44,146); }

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

border-color css

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

 span { border-color: rgb(35,44,146); }

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