Html Css Color HEX #233199 Egyptian Blue

📋 copy color: '#233199'

red 35 ◦ green 49 ◦ blue 153

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

Shades of Egyptian Blue #233199

Tints of Egyptian Blue #233199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 14.77%
G = 20.68%
B = 64.56%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#233199 (or 0x233199) is known color: Egyptian Blue. HEX triplet: 23, 31 and 99. RGB value is (35,49,153). Sum of RGB (Red+Green+Blue) = 35+49+153=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #233199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233199 is #DCCE66. Grayscale: #383838. Windows color (decimal): -14470759 or 10039587. OLE color: 10039587.

HSL color Cylindrical-coordinate representation of color #233199: hue angle of 232.88º 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 #233199 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 49 153 -
CMYK 0.77 0.68 0 0.4
HSL 232.88º 0.63% 0.37% -
HSV(B) 232.88º 0.77% 0.6% -
XYZ 7.54 4.85 30.68 -
YUV 56.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 35 49 153 0.77 0.68 0 0.4 232.88 0.63 0.37
Hex 23 31 99 4D 44 0 28 E9 3F 25
Octal 43 61 231 115 104 0 50 351 77 45
Binary 100011 110001 10011001 1001101 1000100 0 101000 11101001 111111 100101

Color Harmonies of #233199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233199

Black with #233199

Text Example


Text Example

White with #233199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233199; }

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

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

background-color css

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

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

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

border-color css

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

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

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