Html Css Color HEX #262995 Egyptian Blue

📋 copy color: '#262995'

red 38 ◦ green 41 ◦ blue 149

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

Shades of Egyptian Blue #262995

Tints of Egyptian Blue #262995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.35%

R = 16.67%
G = 17.98%
B = 65.35%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#262995 (or 0x262995) is known color: Egyptian Blue. HEX triplet: 26, 29 and 95. RGB value is (38,41,149). Sum of RGB (Red+Green+Blue) = 38+41+149=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #262995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262995 is #D9D66A. Grayscale: #333333. Windows color (decimal): -14276203 or 9775398. OLE color: 9775398.

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

Color convert

RGB 38 41 149 -
CMYK 0.74 0.72 0 0.42
HSL 238.38º 0.59% 0.37% -
HSV(B) 238.38º 0.74% 0.58% -
XYZ 7.02 4.17 28.87 -
YUV 52.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 38 41 149 0.74 0.72 0 0.42 238.38 0.59 0.37
Hex 26 29 95 4A 48 0 2A EE 3B 25
Octal 46 51 225 112 110 0 52 356 73 45
Binary 100110 101001 10010101 1001010 1001000 0 101010 11101110 111011 100101

Color Harmonies of #262995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262995

Black with #262995

Text Example


Text Example

White with #262995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262995; }

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

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

background-color css

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

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

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

border-color css

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

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

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