Html Css Color HEX #23379C Egyptian Blue

📋 copy color: '#23379C'

red 35 ◦ green 55 ◦ blue 156

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

Shades of Egyptian Blue #23379C

Tints of Egyptian Blue #23379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

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

R = 14.23%
G = 22.36%
B = 63.41%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23379C (or 0x23379C) is known color: Egyptian Blue. HEX triplet: 23, 37 and 9C. RGB value is (35,55,156). Sum of RGB (Red+Green+Blue) = 35+55+156=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #23379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23379C is #DCC863. Grayscale: #3C3C3C. Windows color (decimal): -14469220 or 10237731. OLE color: 10237731.

HSL color Cylindrical-coordinate representation of color #23379C: hue angle of 230.08º 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 #23379C is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 55 156 -
CMYK 0.78 0.65 0 0.39
HSL 230.08º 0.63% 0.37% -
HSV(B) 230.08º 0.78% 0.61% -
XYZ 8.06 5.49 32.09 -
YUV 60.53 181.87 109.79 -
System Red Green Blue C M Y K H S L
Decimal 35 55 156 0.78 0.65 0 0.39 230.08 0.63 0.37
Hex 23 37 9C 4E 41 0 27 E6 3F 25
Octal 43 67 234 116 101 0 47 346 77 45
Binary 100011 110111 10011100 1001110 1000001 0 100111 11100110 111111 100101

Color Harmonies of #23379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23379C

Black with #23379C

Text Example


Text Example

White with #23379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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