Html Css Color HEX #233294 Egyptian Blue

📋 copy color: '#233294'

red 35 ◦ green 50 ◦ blue 148

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

Shades of Egyptian Blue #233294

Tints of Egyptian Blue #233294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

 BLUE value IS 148 (58.2% from 255) = 63.52%

R = 15.02%
G = 21.46%
B = 63.52%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#233294 (or 0x233294) is known color: Egyptian Blue. HEX triplet: 23, 32 and 94. RGB value is (35,50,148). Sum of RGB (Red+Green+Blue) = 35+50+148=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #233294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233294 is #DCCD6B. Grayscale: #383838. Windows color (decimal): -14470508 or 9712163. OLE color: 9712163.

HSL color Cylindrical-coordinate representation of color #233294: hue angle of 232.04º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233294 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 50 148 -
CMYK 0.76 0.66 0 0.42
HSL 232.04º 0.62% 0.36% -
HSV(B) 232.04º 0.76% 0.58% -
XYZ 7.18 4.78 28.56 -
YUV 56.69 179.53 112.53 -
System Red Green Blue C M Y K H S L
Decimal 35 50 148 0.76 0.66 0 0.42 232.04 0.62 0.36
Hex 23 32 94 4C 42 0 2A E8 3E 24
Octal 43 62 224 114 102 0 52 350 76 44
Binary 100011 110010 10010100 1001100 1000010 0 101010 11101000 111110 100100

Color Harmonies of #233294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233294

Black with #233294

Text Example


Text Example

White with #233294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233294; }

 p { color: rgb(35,50,148); }

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

background-color css

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

 a { background-color: rgb(35,50,148); }

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

border-color css

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

 span { border-color: rgb(35,50,148); }

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