Html Css Color HEX #233F99 Egyptian Blue

📋 copy color: '#233F99'

red 35 ◦ green 63 ◦ blue 153

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

Shades of Egyptian Blue #233F99

Tints of Egyptian Blue #233F99

RGB

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

 GREEN value IS 63 (25% from 255) = 25.1%

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

R = 13.94%
G = 25.1%
B = 60.96%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#233F99 (or 0x233F99) is known color: Egyptian Blue. HEX triplet: 23, 3F and 99. RGB value is (35,63,153). Sum of RGB (Red+Green+Blue) = 35+63+153=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #233F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233F99 is #DCC066. Grayscale: #404040. Windows color (decimal): -14467175 or 10043171. OLE color: 10043171.

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

Color convert

RGB 35 63 153 -
CMYK 0.77 0.59 0 0.4
HSL 225.76º 0.63% 0.37% -
HSV(B) 225.76º 0.77% 0.6% -
XYZ 8.22 6.21 30.9 -
YUV 64.89 177.72 106.68 -
System Red Green Blue C M Y K H S L
Decimal 35 63 153 0.77 0.59 0 0.4 225.76 0.63 0.37
Hex 23 3F 99 4D 3B 0 28 E2 3F 25
Octal 43 77 231 115 73 0 50 342 77 45
Binary 100011 111111 10011001 1001101 111011 0 101000 11100010 111111 100101

Color Harmonies of #233F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233F99

Black with #233F99

Text Example


Text Example

White with #233F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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