Html Css Color HEX #233492 Egyptian Blue

📋 copy color: '#233492'

red 35 ◦ green 52 ◦ blue 146

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

Shades of Egyptian Blue #233492

Tints of Egyptian Blue #233492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

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

R = 15.02%
G = 22.32%
B = 62.66%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#233492 (or 0x233492) is known color: Egyptian Blue. HEX triplet: 23, 34 and 92. RGB value is (35,52,146). Sum of RGB (Red+Green+Blue) = 35+52+146=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #233492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233492 is #DCCB6D. Grayscale: #393939. Windows color (decimal): -14469998 or 9581603. OLE color: 9581603.

HSL color Cylindrical-coordinate representation of color #233492: hue angle of 230.81º 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 #233492 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 52 146 -
CMYK 0.76 0.64 0 0.43
HSL 230.81º 0.61% 0.35% -
HSV(B) 230.81º 0.76% 0.57% -
XYZ 7.11 4.89 27.76 -
YUV 57.63 177.87 111.86 -
System Red Green Blue C M Y K H S L
Decimal 35 52 146 0.76 0.64 0 0.43 230.81 0.61 0.35
Hex 23 34 92 4C 40 0 2B E7 3D 23
Octal 43 64 222 114 100 0 53 347 75 43
Binary 100011 110100 10010010 1001100 1000000 0 101011 11100111 111101 100011

Color Harmonies of #233492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233492

Black with #233492

Text Example


Text Example

White with #233492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233492; }

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

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

background-color css

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

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

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

border-color css

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

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

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