Html Css Color HEX #23399A Egyptian Blue

📋 copy color: '#23399A'

red 35 ◦ green 57 ◦ blue 154

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

Shades of Egyptian Blue #23399A

Tints of Egyptian Blue #23399A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 62.6%

R = 14.23%
G = 23.17%
B = 62.6%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#23399A (or 0x23399A) is known color: Egyptian Blue. HEX triplet: 23, 39 and 9A. RGB value is (35,57,154). Sum of RGB (Red+Green+Blue) = 35+57+154=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #23399A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23399A is #DCC665. Grayscale: #3D3D3D. Windows color (decimal): -14468710 or 10107171. OLE color: 10107171.

HSL color Cylindrical-coordinate representation of color #23399A: hue angle of 228.91º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23399A is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 57 154 -
CMYK 0.77 0.63 0 0.40
HSL 228.91º 0.63% 0.37% -
HSV(B) 228.91º 0.77% 0.6% -
XYZ 7.99 5.62 31.23 -
YUV 61.48 180.21 109.11 -
System Red Green Blue C M Y K H S L
Decimal 35 57 154 0.77 0.63 0 0.40 228.91 0.63 0.37
Hex 23 39 9A 4D 3F 0 28 E5 3F 25
Octal 43 71 232 115 77 0 50 345 77 45
Binary 100011 111001 10011010 1001101 111111 0 101000 11100101 111111 100101

Color Harmonies of #23399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23399A

Black with #23399A

Text Example


Text Example

White with #23399A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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