Html Css Color HEX #263792 Egyptian Blue

📋 copy color: '#263792'

red 38 ◦ green 55 ◦ blue 146

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

Shades of Egyptian Blue #263792

Tints of Egyptian Blue #263792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

 BLUE value IS 146 (57.42% from 255) = 61.09%

R = 15.9%
G = 23.01%
B = 61.09%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#263792 (or 0x263792) is known color: Egyptian Blue. HEX triplet: 26, 37 and 92. RGB value is (38,55,146). Sum of RGB (Red+Green+Blue) = 38+55+146=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #263792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263792 is #D9C86D. Grayscale: #3B3B3B. Windows color (decimal): -14272622 or 9582374. OLE color: 9582374.

HSL color Cylindrical-coordinate representation of color #263792: hue angle of 230.56º degrees, saturation: 0.59, 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 #263792 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 55 146 -
CMYK 0.74 0.62 0 0.43
HSL 230.56º 0.59% 0.36% -
HSV(B) 230.56º 0.74% 0.57% -
XYZ 7.35 5.22 27.81 -
YUV 60.29 176.37 112.1 -
System Red Green Blue C M Y K H S L
Decimal 38 55 146 0.74 0.62 0 0.43 230.56 0.59 0.36
Hex 26 37 92 4A 3E 0 2B E7 3B 24
Octal 46 67 222 112 76 0 53 347 73 44
Binary 100110 110111 10010010 1001010 111110 0 101011 11100111 111011 100100

Color Harmonies of #263792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263792

Black with #263792

Text Example


Text Example

White with #263792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263792; }

 p { color: rgb(38,55,146); }

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

background-color css

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

 a { background-color: rgb(38,55,146); }

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

border-color css

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

 span { border-color: rgb(38,55,146); }

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