Html Css Color HEX #263798 Egyptian Blue

📋 copy color: '#263798'

red 38 ◦ green 55 ◦ blue 152

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

Shades of Egyptian Blue #263798

Tints of Egyptian Blue #263798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 62.04%

R = 15.51%
G = 22.45%
B = 62.04%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#263798 (or 0x263798) is known color: Egyptian Blue. HEX triplet: 26, 37 and 98. RGB value is (38,55,152). Sum of RGB (Red+Green+Blue) = 38+55+152=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #263798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263798 is #D9C867. Grayscale: #3C3C3C. Windows color (decimal): -14272616 or 9975590. OLE color: 9975590.

HSL color Cylindrical-coordinate representation of color #263798: hue angle of 231.05º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263798 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 55 152 -
CMYK 0.75 0.64 0 0.40
HSL 231.05º 0.6% 0.37% -
HSV(B) 231.05º 0.75% 0.6% -
XYZ 7.83 5.41 30.34 -
YUV 60.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 38 55 152 0.75 0.64 0 0.40 231.05 0.6 0.37
Hex 26 37 98 4B 40 0 28 E7 3C 25
Octal 46 67 230 113 100 0 50 347 74 45
Binary 100110 110111 10011000 1001011 1000000 0 101000 11100111 111100 100101

Color Harmonies of #263798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263798

Black with #263798

Text Example


Text Example

White with #263798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263798; }

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

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

background-color css

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

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

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

border-color css

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

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

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