Html Css Color HEX #26389C Egyptian Blue

📋 copy color: '#26389C'

red 38 ◦ green 56 ◦ blue 156

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

Shades of Egyptian Blue #26389C

Tints of Egyptian Blue #26389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

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

R = 15.2%
G = 22.4%
B = 62.4%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26389C (or 0x26389C) is known color: Egyptian Blue. HEX triplet: 26, 38 and 9C. RGB value is (38,56,156). Sum of RGB (Red+Green+Blue) = 38+56+156=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #26389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26389C is #D9C763. Grayscale: #3D3D3D. Windows color (decimal): -14272356 or 10237990. OLE color: 10237990.

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

Color convert

RGB 38 56 156 -
CMYK 0.76 0.64 0 0.39
HSL 230.85º 0.61% 0.38% -
HSV(B) 230.85º 0.76% 0.61% -
XYZ 8.21 5.64 32.11 -
YUV 62.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 38 56 156 0.76 0.64 0 0.39 230.85 0.61 0.38
Hex 26 38 9C 4C 40 0 27 E7 3D 26
Octal 46 70 234 114 100 0 47 347 75 46
Binary 100110 111000 10011100 1001100 1000000 0 100111 11100111 111101 100110

Color Harmonies of #26389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26389C

Black with #26389C

Text Example


Text Example

White with #26389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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