Html Css Color HEX #233598 Egyptian Blue

📋 copy color: '#233598'

red 35 ◦ green 53 ◦ blue 152

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

Shades of Egyptian Blue #233598

Tints of Egyptian Blue #233598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

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

R = 14.58%
G = 22.08%
B = 63.33%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#233598 (or 0x233598) is known color: Egyptian Blue. HEX triplet: 23, 35 and 98. RGB value is (35,53,152). Sum of RGB (Red+Green+Blue) = 35+53+152=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #233598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233598 is #DCCA67. Grayscale: #3A3A3A. Windows color (decimal): -14469736 or 9975075. OLE color: 9975075.

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

Color convert

RGB 35 53 152 -
CMYK 0.77 0.65 0 0.40
HSL 230.77º 0.63% 0.37% -
HSV(B) 230.77º 0.77% 0.6% -
XYZ 7.63 5.17 30.3 -
YUV 58.9 180.54 110.95 -
System Red Green Blue C M Y K H S L
Decimal 35 53 152 0.77 0.65 0 0.40 230.77 0.63 0.37
Hex 23 35 98 4D 41 0 28 E7 3F 25
Octal 43 65 230 115 101 0 50 347 77 45
Binary 100011 110101 10011000 1001101 1000001 0 101000 11100111 111111 100101

Color Harmonies of #233598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233598

Black with #233598

Text Example


Text Example

White with #233598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233598; }

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

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

background-color css

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

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

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

border-color css

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

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

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