Html Css Color HEX #233E98 Egyptian Blue

📋 copy color: '#233E98'

red 35 ◦ green 62 ◦ blue 152

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

Shades of Egyptian Blue #233E98

Tints of Egyptian Blue #233E98

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.9%

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

R = 14.06%
G = 24.9%
B = 61.04%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#233E98 (or 0x233E98) is known color: Egyptian Blue. HEX triplet: 23, 3E and 98. RGB value is (35,62,152). Sum of RGB (Red+Green+Blue) = 35+62+152=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #233E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233E98 is #DCC167. Grayscale: #3F3F3F. Windows color (decimal): -14467432 or 9977379. OLE color: 9977379.

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

Color convert

RGB 35 62 152 -
CMYK 0.77 0.59 0 0.40
HSL 226.15º 0.63% 0.37% -
HSV(B) 226.15º 0.77% 0.6% -
XYZ 8.08 6.07 30.45 -
YUV 64.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 35 62 152 0.77 0.59 0 0.40 226.15 0.63 0.37
Hex 23 3E 98 4D 3B 0 28 E2 3F 25
Octal 43 76 230 115 73 0 50 342 77 45
Binary 100011 111110 10011000 1001101 111011 0 101000 11100010 111111 100101

Color Harmonies of #233E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233E98

Black with #233E98

Text Example


Text Example

White with #233E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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