Html Css Color HEX #23349F Egyptian Blue

📋 copy color: '#23349F'

red 35 ◦ green 52 ◦ blue 159

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

Shades of Egyptian Blue #23349F

Tints of Egyptian Blue #23349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 14.23%
G = 21.14%
B = 64.63%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23349F (or 0x23349F) is known color: Egyptian Blue. HEX triplet: 23, 34 and 9F. RGB value is (35,52,159). Sum of RGB (Red+Green+Blue) = 35+52+159=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #23349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23349F is #DCCB60. Grayscale: #3A3A3A. Windows color (decimal): -14469985 or 10433571. OLE color: 10433571.

HSL color Cylindrical-coordinate representation of color #23349F: hue angle of 231.77º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23349F is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 52 159 -
CMYK 0.78 0.67 0 0.38
HSL 231.77º 0.64% 0.38% -
HSV(B) 231.77º 0.78% 0.62% -
XYZ 8.18 5.32 33.4 -
YUV 59.12 184.37 110.8 -
System Red Green Blue C M Y K H S L
Decimal 35 52 159 0.78 0.67 0 0.38 231.77 0.64 0.38
Hex 23 34 9F 4E 43 0 26 E8 40 26
Octal 43 64 237 116 103 0 46 350 100 46
Binary 100011 110100 10011111 1001110 1000011 0 100110 11101000 1000000 100110

Color Harmonies of #23349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23349F

Black with #23349F

Text Example


Text Example

White with #23349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23349F; }

 p { color: rgb(35,52,159); }

 H1.HeaderClassName
 {
   color: #23349F;
 }
 .AnyTagClassName
 {
   color: #23349F;
 }
</style>

background-color css

<style>
 a { background-color: #23349F; }

 a { background-color: rgb(35,52,159); }

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

border-color css

<style>
 span { border-color: #23349F; }

 span { border-color: rgb(35,52,159); }

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