Html Css Color HEX #23399C Egyptian Blue

📋 copy color: '#23399C'

red 35 ◦ green 57 ◦ blue 156

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

Shades of Egyptian Blue #23399C

Tints of Egyptian Blue #23399C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.9%

R = 14.11%
G = 22.98%
B = 62.9%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23399C (or 0x23399C) is known color: Egyptian Blue. HEX triplet: 23, 39 and 9C. RGB value is (35,57,156). Sum of RGB (Red+Green+Blue) = 35+57+156=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #23399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23399C is #DCC663. Grayscale: #3D3D3D. Windows color (decimal): -14468708 or 10238243. OLE color: 10238243.

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

Color convert

RGB 35 57 156 -
CMYK 0.78 0.63 0 0.39
HSL 229.09º 0.63% 0.37% -
HSV(B) 229.09º 0.78% 0.61% -
XYZ 8.16 5.68 32.12 -
YUV 61.71 181.21 108.95 -
System Red Green Blue C M Y K H S L
Decimal 35 57 156 0.78 0.63 0 0.39 229.09 0.63 0.37
Hex 23 39 9C 4E 3F 0 27 E5 3F 25
Octal 43 71 234 116 77 0 47 345 77 45
Binary 100011 111001 10011100 1001110 111111 0 100111 11100101 111111 100101

Color Harmonies of #23399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23399C

Black with #23399C

Text Example


Text Example

White with #23399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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