Html Css Color HEX #262991 Egyptian Blue

📋 copy color: '#262991'

red 38 ◦ green 41 ◦ blue 145

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

Shades of Egyptian Blue #262991

Tints of Egyptian Blue #262991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

 BLUE value IS 145 (57.03% from 255) = 64.73%

R = 16.96%
G = 18.3%
B = 64.73%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#262991 (or 0x262991) is known color: Egyptian Blue. HEX triplet: 26, 29 and 91. RGB value is (38,41,145). Sum of RGB (Red+Green+Blue) = 38+41+145=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #262991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262991 is #D9D66E. Grayscale: #333333. Windows color (decimal): -14276207 or 9513254. OLE color: 9513254.

HSL color Cylindrical-coordinate representation of color #262991: hue angle of 238.32º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262991 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 41 145 -
CMYK 0.74 0.72 0 0.43
HSL 238.32º 0.58% 0.36% -
HSV(B) 238.32º 0.74% 0.57% -
XYZ 6.7 4.04 27.22 -
YUV 51.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 38 41 145 0.74 0.72 0 0.43 238.32 0.58 0.36
Hex 26 29 91 4A 48 0 2B EE 3A 24
Octal 46 51 221 112 110 0 53 356 72 44
Binary 100110 101001 10010001 1001010 1001000 0 101011 11101110 111010 100100

Color Harmonies of #262991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262991

Black with #262991

Text Example


Text Example

White with #262991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262991; }

 p { color: rgb(38,41,145); }

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

background-color css

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

 a { background-color: rgb(38,41,145); }

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

border-color css

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

 span { border-color: rgb(38,41,145); }

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