Html Css Color HEX #234199 Egyptian Blue

📋 copy color: '#234199'

red 35 ◦ green 65 ◦ blue 153

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

Shades of Egyptian Blue #234199

Tints of Egyptian Blue #234199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

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

R = 13.83%
G = 25.69%
B = 60.47%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#234199 (or 0x234199) is known color: Egyptian Blue. HEX triplet: 23, 41 and 99. RGB value is (35,65,153). Sum of RGB (Red+Green+Blue) = 35+65+153=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #234199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234199 is #DCBE66. Grayscale: #414141. Windows color (decimal): -14466663 or 10043683. OLE color: 10043683.

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

Color convert

RGB 35 65 153 -
CMYK 0.77 0.58 0 0.4
HSL 224.75º 0.63% 0.37% -
HSV(B) 224.75º 0.77% 0.6% -
XYZ 8.33 6.44 30.94 -
YUV 66.06 177.06 105.84 -
System Red Green Blue C M Y K H S L
Decimal 35 65 153 0.77 0.58 0 0.4 224.75 0.63 0.37
Hex 23 41 99 4D 3A 0 28 E1 3F 25
Octal 43 101 231 115 72 0 50 341 77 45
Binary 100011 1000001 10011001 1001101 111010 0 101000 11100001 111111 100101

Color Harmonies of #234199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234199

Black with #234199

Text Example


Text Example

White with #234199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234199; }

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

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

background-color css

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

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

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

border-color css

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

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

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