Html Css Color HEX #233B9D Egyptian Blue

📋 copy color: '#233B9D'

red 35 ◦ green 59 ◦ blue 157

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

Shades of Egyptian Blue #233B9D

Tints of Egyptian Blue #233B9D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.51%

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 13.94%
G = 23.51%
B = 62.55%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#233B9D (or 0x233B9D) is known color: Egyptian Blue. HEX triplet: 23, 3B and 9D. RGB value is (35,59,157). Sum of RGB (Red+Green+Blue) = 35+59+157=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #233B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233B9D is #DCC462. Grayscale: #3E3E3E. Windows color (decimal): -14468195 or 10304291. OLE color: 10304291.

HSL color Cylindrical-coordinate representation of color #233B9D: hue angle of 228.2º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #233B9D is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 59 157 -
CMYK 0.78 0.62 0 0.38
HSL 228.2º 0.64% 0.38% -
HSV(B) 228.2º 0.78% 0.62% -
XYZ 8.34 5.92 32.6 -
YUV 63 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 35 59 157 0.78 0.62 0 0.38 228.2 0.64 0.38
Hex 23 3B 9D 4E 3E 0 26 E4 40 26
Octal 43 73 235 116 76 0 46 344 100 46
Binary 100011 111011 10011101 1001110 111110 0 100110 11100100 1000000 100110

Color Harmonies of #233B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233B9D

Black with #233B9D

Text Example


Text Example

White with #233B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,59,157); }

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

background-color css

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

 a { background-color: rgb(35,59,157); }

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

border-color css

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

 span { border-color: rgb(35,59,157); }

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