Html Css Color HEX #23259B Egyptian Blue

📋 copy color: '#23259B'

red 35 ◦ green 37 ◦ blue 155

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

Shades of Egyptian Blue #23259B

Tints of Egyptian Blue #23259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 15.42%
G = 16.3%
B = 68.28%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23259B (or 0x23259B) is known color: Egyptian Blue. HEX triplet: 23, 25 and 9B. RGB value is (35,37,155). Sum of RGB (Red+Green+Blue) = 35+37+155=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #23259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23259B is #DCDA64. Grayscale: #313131. Windows color (decimal): -14473829 or 10167587. OLE color: 10167587.

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

Color convert

RGB 35 37 155 -
CMYK 0.77 0.76 0 0.39
HSL 239º 0.63% 0.37% -
HSV(B) 239º 0.77% 0.61% -
XYZ 7.27 4.05 31.41 -
YUV 49.85 187.34 117.41 -
System Red Green Blue C M Y K H S L
Decimal 35 37 155 0.77 0.76 0 0.39 239 0.63 0.37
Hex 23 25 9B 4D 4C 0 27 EF 3F 25
Octal 43 45 233 115 114 0 47 357 77 45
Binary 100011 100101 10011011 1001101 1001100 0 100111 11101111 111111 100101

Color Harmonies of #23259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23259B

Black with #23259B

Text Example


Text Example

White with #23259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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