Html Css Color HEX #23279C Egyptian Blue

📋 copy color: '#23279C'

red 35 ◦ green 39 ◦ blue 156

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

Shades of Egyptian Blue #23279C

Tints of Egyptian Blue #23279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.96%

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

R = 15.22%
G = 16.96%
B = 67.83%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23279C (or 0x23279C) is known color: Egyptian Blue. HEX triplet: 23, 27 and 9C. RGB value is (35,39,156). Sum of RGB (Red+Green+Blue) = 35+39+156=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #23279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23279C is #DCD863. Grayscale: #323232. Windows color (decimal): -14473316 or 10233635. OLE color: 10233635.

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

Color convert

RGB 35 39 156 -
CMYK 0.78 0.75 0 0.39
HSL 238.02º 0.63% 0.37% -
HSV(B) 238.02º 0.78% 0.61% -
XYZ 7.42 4.21 31.87 -
YUV 51.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 35 39 156 0.78 0.75 0 0.39 238.02 0.63 0.37
Hex 23 27 9C 4E 4B 0 27 EE 3F 25
Octal 43 47 234 116 113 0 47 356 77 45
Binary 100011 100111 10011100 1001110 1001011 0 100111 11101110 111111 100101

Color Harmonies of #23279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23279C

Black with #23279C

Text Example


Text Example

White with #23279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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