Html Css Color HEX #233394 Egyptian Blue

📋 copy color: '#233394'

red 35 ◦ green 51 ◦ blue 148

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

Shades of Egyptian Blue #233394

Tints of Egyptian Blue #233394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 14.96%
G = 21.79%
B = 63.25%

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

#233394 (or 0x233394) is known color: Egyptian Blue. HEX triplet: 23, 33 and 94. RGB value is (35,51,148). Sum of RGB (Red+Green+Blue) = 35+51+148=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #233394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233394 is #DCCC6B. Grayscale: #383838. Windows color (decimal): -14470252 or 9712419. OLE color: 9712419.

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

Color convert

RGB 35 51 148 -
CMYK 0.76 0.66 0 0.42
HSL 231.5º 0.62% 0.36% -
HSV(B) 231.5º 0.76% 0.58% -
XYZ 7.22 4.86 28.57 -
YUV 57.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 35 51 148 0.76 0.66 0 0.42 231.5 0.62 0.36
Hex 23 33 94 4C 42 0 2A E8 3E 24
Octal 43 63 224 114 102 0 52 350 76 44
Binary 100011 110011 10010100 1001100 1000010 0 101010 11101000 111110 100100

Color Harmonies of #233394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233394

Black with #233394

Text Example


Text Example

White with #233394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233394; }

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

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

background-color css

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

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

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

border-color css

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

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

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