Html Css Color HEX #23389B Egyptian Blue

📋 copy color: '#23389B'

red 35 ◦ green 56 ◦ blue 155

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

Shades of Egyptian Blue #23389B

Tints of Egyptian Blue #23389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.76%

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

R = 14.23%
G = 22.76%
B = 63.01%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23389B (or 0x23389B) is known color: Egyptian Blue. HEX triplet: 23, 38 and 9B. RGB value is (35,56,155). Sum of RGB (Red+Green+Blue) = 35+56+155=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #23389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23389B is #DCC764. Grayscale: #3C3C3C. Windows color (decimal): -14468965 or 10172451. OLE color: 10172451.

HSL color Cylindrical-coordinate representation of color #23389B: hue angle of 229.5º 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 #23389B is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 56 155 -
CMYK 0.77 0.64 0 0.39
HSL 229.5º 0.63% 0.37% -
HSV(B) 229.5º 0.77% 0.61% -
XYZ 8.02 5.55 31.66 -
YUV 61.01 181.04 109.45 -
System Red Green Blue C M Y K H S L
Decimal 35 56 155 0.77 0.64 0 0.39 229.5 0.63 0.37
Hex 23 38 9B 4D 40 0 27 E6 3F 25
Octal 43 70 233 115 100 0 47 346 77 45
Binary 100011 111000 10011011 1001101 1000000 0 100111 11100110 111111 100101

Color Harmonies of #23389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23389B

Black with #23389B

Text Example


Text Example

White with #23389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23389B; }

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

 H1.HeaderClassName
 {
   color: #23389B;
 }
 .AnyTagClassName
 {
   color: #23389B;
 }
</style>

background-color css

<style>
 a { background-color: #23389B; }

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

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

border-color css

<style>
 span { border-color: #23389B; }

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

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