Html Css Color HEX #23399B Egyptian Blue

📋 copy color: '#23399B'

red 35 ◦ green 57 ◦ blue 155

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

Shades of Egyptian Blue #23399B

Tints of Egyptian Blue #23399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

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

R = 14.17%
G = 23.08%
B = 62.75%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23399B (or 0x23399B) is known color: Egyptian Blue. HEX triplet: 23, 39 and 9B. RGB value is (35,57,155). Sum of RGB (Red+Green+Blue) = 35+57+155=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #23399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23399B is #DCC664. Grayscale: #3D3D3D. Windows color (decimal): -14468709 or 10172707. OLE color: 10172707.

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

Color convert

RGB 35 57 155 -
CMYK 0.77 0.63 0 0.39
HSL 229º 0.63% 0.37% -
HSV(B) 229º 0.77% 0.61% -
XYZ 8.07 5.65 31.68 -
YUV 61.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 35 57 155 0.77 0.63 0 0.39 229 0.63 0.37
Hex 23 39 9B 4D 3F 0 27 E5 3F 25
Octal 43 71 233 115 77 0 47 345 77 45
Binary 100011 111001 10011011 1001101 111111 0 100111 11100101 111111 100101

Color Harmonies of #23399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23399B

Black with #23399B

Text Example


Text Example

White with #23399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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