Html Css Color HEX #233D96 Egyptian Blue

📋 copy color: '#233D96'

red 35 ◦ green 61 ◦ blue 150

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

Shades of Egyptian Blue #233D96

Tints of Egyptian Blue #233D96

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.8%

 BLUE value IS 150 (58.98% from 255) = 60.98%

R = 14.23%
G = 24.8%
B = 60.98%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#233D96 (or 0x233D96) is known color: Egyptian Blue. HEX triplet: 23, 3D and 96. RGB value is (35,61,150). Sum of RGB (Red+Green+Blue) = 35+61+150=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #233D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233D96 is #DCC269. Grayscale: #3E3E3E. Windows color (decimal): -14467690 or 9846051. OLE color: 9846051.

HSL color Cylindrical-coordinate representation of color #233D96: hue angle of 226.43º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233D96 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 61 150 -
CMYK 0.77 0.59 0 0.41
HSL 226.43º 0.62% 0.36% -
HSV(B) 226.43º 0.77% 0.59% -
XYZ 7.87 5.9 29.58 -
YUV 63.37 176.89 107.76 -
System Red Green Blue C M Y K H S L
Decimal 35 61 150 0.77 0.59 0 0.41 226.43 0.62 0.36
Hex 23 3D 96 4D 3B 0 29 E2 3E 24
Octal 43 75 226 115 73 0 51 342 76 44
Binary 100011 111101 10010110 1001101 111011 0 101001 11100010 111110 100100

Color Harmonies of #233D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233D96

Black with #233D96

Text Example


Text Example

White with #233D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,61,150); }

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

background-color css

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

 a { background-color: rgb(35,61,150); }

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

border-color css

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

 span { border-color: rgb(35,61,150); }

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