Html Css Color HEX #23469F Egyptian Blue

📋 copy color: '#23469F'

red 35 ◦ green 70 ◦ blue 159

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

Shades of Egyptian Blue #23469F

Tints of Egyptian Blue #23469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

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

R = 13.26%
G = 26.52%
B = 60.23%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23469F (or 0x23469F) is known color: Egyptian Blue. HEX triplet: 23, 46 and 9F. RGB value is (35,70,159). Sum of RGB (Red+Green+Blue) = 35+70+159=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #23469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23469F is #DCB960. Grayscale: #454545. Windows color (decimal): -14465377 or 10438179. OLE color: 10438179.

HSL color Cylindrical-coordinate representation of color #23469F: hue angle of 223.06º 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 #23469F is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 70 159 -
CMYK 0.78 0.56 0 0.38
HSL 223.06º 0.64% 0.38% -
HSV(B) 223.06º 0.78% 0.62% -
XYZ 9.14 7.24 33.72 -
YUV 69.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 35 70 159 0.78 0.56 0 0.38 223.06 0.64 0.38
Hex 23 46 9F 4E 38 0 26 DF 40 26
Octal 43 106 237 116 70 0 46 337 100 46
Binary 100011 1000110 10011111 1001110 111000 0 100110 11011111 1000000 100110

Color Harmonies of #23469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23469F

Black with #23469F

Text Example


Text Example

White with #23469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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