Html Css Color HEX #233198 Egyptian Blue

📋 copy color: '#233198'

red 35 ◦ green 49 ◦ blue 152

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

Shades of Egyptian Blue #233198

Tints of Egyptian Blue #233198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 152 (59.77% from 255) = 64.41%

R = 14.83%
G = 20.76%
B = 64.41%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#233198 (or 0x233198) is known color: Egyptian Blue. HEX triplet: 23, 31 and 98. RGB value is (35,49,152). Sum of RGB (Red+Green+Blue) = 35+49+152=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #233198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233198 is #DCCE67. Grayscale: #383838. Windows color (decimal): -14470760 or 9974051. OLE color: 9974051.

HSL color Cylindrical-coordinate representation of color #233198: hue angle of 232.82º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233198 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 49 152 -
CMYK 0.77 0.68 0 0.40
HSL 232.82º 0.63% 0.37% -
HSV(B) 232.82º 0.77% 0.6% -
XYZ 7.46 4.82 30.24 -
YUV 56.56 181.86 112.62 -
System Red Green Blue C M Y K H S L
Decimal 35 49 152 0.77 0.68 0 0.40 232.82 0.63 0.37
Hex 23 31 98 4D 44 0 28 E9 3F 25
Octal 43 61 230 115 104 0 50 351 77 45
Binary 100011 110001 10011000 1001101 1000100 0 101000 11101001 111111 100101

Color Harmonies of #233198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233198

Black with #233198

Text Example


Text Example

White with #233198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233198; }

 p { color: rgb(35,49,152); }

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

background-color css

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

 a { background-color: rgb(35,49,152); }

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

border-color css

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

 span { border-color: rgb(35,49,152); }

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