Html Css Color HEX #23309B Egyptian Blue

📋 copy color: '#23309B'

red 35 ◦ green 48 ◦ blue 155

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

Shades of Egyptian Blue #23309B

Tints of Egyptian Blue #23309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

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

R = 14.71%
G = 20.17%
B = 65.13%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23309B (or 0x23309B) is known color: Egyptian Blue. HEX triplet: 23, 30 and 9B. RGB value is (35,48,155). Sum of RGB (Red+Green+Blue) = 35+48+155=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #23309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23309B is #DCCF64. Grayscale: #373737. Windows color (decimal): -14471013 or 10170403. OLE color: 10170403.

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

Color convert

RGB 35 48 155 -
CMYK 0.77 0.69 0 0.39
HSL 233.5º 0.63% 0.37% -
HSV(B) 233.5º 0.77% 0.61% -
XYZ 7.67 4.84 31.54 -
YUV 56.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 35 48 155 0.77 0.69 0 0.39 233.5 0.63 0.37
Hex 23 30 9B 4D 45 0 27 EA 3F 25
Octal 43 60 233 115 105 0 47 352 77 45
Binary 100011 110000 10011011 1001101 1000101 0 100111 11101010 111111 100101

Color Harmonies of #23309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23309B

Black with #23309B

Text Example


Text Example

White with #23309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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