Html Css Color HEX #26349B Egyptian Blue

📋 copy color: '#26349B'

red 38 ◦ green 52 ◦ blue 155

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

Shades of Egyptian Blue #26349B

Tints of Egyptian Blue #26349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 15.51%
G = 21.22%
B = 63.27%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26349B (or 0x26349B) is known color: Egyptian Blue. HEX triplet: 26, 34 and 9B. RGB value is (38,52,155). Sum of RGB (Red+Green+Blue) = 38+52+155=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #26349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26349B is #D9CB64. Grayscale: #3B3B3B. Windows color (decimal): -14273381 or 10171430. OLE color: 10171430.

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

Color convert

RGB 38 52 155 -
CMYK 0.75 0.66 0 0.39
HSL 232.82º 0.61% 0.38% -
HSV(B) 232.82º 0.75% 0.61% -
XYZ 7.94 5.23 31.6 -
YUV 59.56 181.86 112.62 -
System Red Green Blue C M Y K H S L
Decimal 38 52 155 0.75 0.66 0 0.39 232.82 0.61 0.38
Hex 26 34 9B 4B 42 0 27 E9 3D 26
Octal 46 64 233 113 102 0 47 351 75 46
Binary 100110 110100 10011011 1001011 1000010 0 100111 11101001 111101 100110

Color Harmonies of #26349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26349B

Black with #26349B

Text Example


Text Example

White with #26349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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