Html Css Color HEX #23319C Egyptian Blue

📋 copy color: '#23319C'

red 35 ◦ green 49 ◦ blue 156

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

Shades of Egyptian Blue #23319C

Tints of Egyptian Blue #23319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

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

R = 14.58%
G = 20.42%
B = 65%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23319C (or 0x23319C) is known color: Egyptian Blue. HEX triplet: 23, 31 and 9C. RGB value is (35,49,156). Sum of RGB (Red+Green+Blue) = 35+49+156=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #23319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23319C is #DCCE63. Grayscale: #383838. Windows color (decimal): -14470756 or 10236195. OLE color: 10236195.

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

Color convert

RGB 35 49 156 -
CMYK 0.78 0.69 0 0.39
HSL 233.06º 0.63% 0.37% -
HSV(B) 233.06º 0.78% 0.61% -
XYZ 7.79 4.95 32 -
YUV 57.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 35 49 156 0.78 0.69 0 0.39 233.06 0.63 0.37
Hex 23 31 9C 4E 45 0 27 E9 3F 25
Octal 43 61 234 116 105 0 47 351 77 45
Binary 100011 110001 10011100 1001110 1000101 0 100111 11101001 111111 100101

Color Harmonies of #23319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23319C

Black with #23319C

Text Example


Text Example

White with #23319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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