Html Css Color HEX #26349F Egyptian Blue

📋 copy color: '#26349F'

red 38 ◦ green 52 ◦ blue 159

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

Shades of Egyptian Blue #26349F

Tints of Egyptian Blue #26349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

 BLUE value IS 159 (62.5% from 255) = 63.86%

R = 15.26%
G = 20.88%
B = 63.86%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26349F (or 0x26349F) is known color: Egyptian Blue. HEX triplet: 26, 34 and 9F. RGB value is (38,52,159). Sum of RGB (Red+Green+Blue) = 38+52+159=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #26349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26349F is #D9CB60. Grayscale: #3B3B3B. Windows color (decimal): -14273377 or 10433574. OLE color: 10433574.

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

Color convert

RGB 38 52 159 -
CMYK 0.76 0.67 0 0.38
HSL 233.06º 0.61% 0.39% -
HSV(B) 233.06º 0.76% 0.62% -
XYZ 8.29 5.37 33.4 -
YUV 60.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 38 52 159 0.76 0.67 0 0.38 233.06 0.61 0.39
Hex 26 34 9F 4C 43 0 26 E9 3D 27
Octal 46 64 237 114 103 0 46 351 75 47
Binary 100110 110100 10011111 1001100 1000011 0 100110 11101001 111101 100111

Color Harmonies of #26349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26349F

Black with #26349F

Text Example


Text Example

White with #26349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26349F; }

 p { color: rgb(38,52,159); }

 H1.HeaderClassName
 {
   color: #26349F;
 }
 .AnyTagClassName
 {
   color: #26349F;
 }
</style>

background-color css

<style>
 a { background-color: #26349F; }

 a { background-color: rgb(38,52,159); }

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

border-color css

<style>
 span { border-color: #26349F; }

 span { border-color: rgb(38,52,159); }

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