Html Css Color HEX #233B9B Egyptian Blue

📋 copy color: '#233B9B'

red 35 ◦ green 59 ◦ blue 155

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

Shades of Egyptian Blue #233B9B

Tints of Egyptian Blue #233B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62.25%

R = 14.06%
G = 23.69%
B = 62.25%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#233B9B (or 0x233B9B) is known color: Egyptian Blue. HEX triplet: 23, 3B and 9B. RGB value is (35,59,155). Sum of RGB (Red+Green+Blue) = 35+59+155=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #233B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233B9B is #DCC464. Grayscale: #3E3E3E. Windows color (decimal): -14468197 or 10173219. OLE color: 10173219.

HSL color Cylindrical-coordinate representation of color #233B9B: hue angle of 228º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233B9B is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 59 155 -
CMYK 0.77 0.62 0 0.39
HSL 228º 0.63% 0.37% -
HSV(B) 228º 0.77% 0.61% -
XYZ 8.17 5.85 31.71 -
YUV 62.77 180.05 108.19 -
System Red Green Blue C M Y K H S L
Decimal 35 59 155 0.77 0.62 0 0.39 228 0.63 0.37
Hex 23 3B 9B 4D 3E 0 27 E4 3F 25
Octal 43 73 233 115 76 0 47 344 77 45
Binary 100011 111011 10011011 1001101 111110 0 100111 11100100 111111 100101

Color Harmonies of #233B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233B9B

Black with #233B9B

Text Example


Text Example

White with #233B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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