Html Css Color HEX #26309C Egyptian Blue

📋 copy color: '#26309C'

red 38 ◦ green 48 ◦ blue 156

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

Shades of Egyptian Blue #26309C

Tints of Egyptian Blue #26309C

RGB

 RED value IS 38 (15.23% from 255) = 15.7%

 GREEN value IS 48 (19.14% from 255) = 19.83%

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

R = 15.7%
G = 19.83%
B = 64.46%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26309C (or 0x26309C) is known color: Egyptian Blue. HEX triplet: 26, 30 and 9C. RGB value is (38,48,156). Sum of RGB (Red+Green+Blue) = 38+48+156=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #26309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26309C is #D9CF63. Grayscale: #383838. Windows color (decimal): -14274404 or 10235942. OLE color: 10235942.

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

Color convert

RGB 38 48 156 -
CMYK 0.76 0.69 0 0.39
HSL 234.92º 0.61% 0.38% -
HSV(B) 234.92º 0.76% 0.61% -
XYZ 7.86 4.93 31.99 -
YUV 57.32 183.69 114.22 -
System Red Green Blue C M Y K H S L
Decimal 38 48 156 0.76 0.69 0 0.39 234.92 0.61 0.38
Hex 26 30 9C 4C 45 0 27 EB 3D 26
Octal 46 60 234 114 105 0 47 353 75 46
Binary 100110 110000 10011100 1001100 1000101 0 100111 11101011 111101 100110

Color Harmonies of #26309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26309C

Black with #26309C

Text Example


Text Example

White with #26309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,48,156); }

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

background-color css

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

 a { background-color: rgb(38,48,156); }

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

border-color css

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

 span { border-color: rgb(38,48,156); }

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