Html Css Color HEX #263499 Egyptian Blue

📋 copy color: '#263499'

red 38 ◦ green 52 ◦ blue 153

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

Shades of Egyptian Blue #263499

Tints of Egyptian Blue #263499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 62.96%

R = 15.64%
G = 21.4%
B = 62.96%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#263499 (or 0x263499) is known color: Egyptian Blue. HEX triplet: 26, 34 and 99. RGB value is (38,52,153). Sum of RGB (Red+Green+Blue) = 38+52+153=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #263499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263499 is #D9CB66. Grayscale: #3A3A3A. Windows color (decimal): -14273383 or 10040358. OLE color: 10040358.

HSL color Cylindrical-coordinate representation of color #263499: hue angle of 232.7º 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 #263499 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 52 153 -
CMYK 0.75 0.66 0 0.4
HSL 232.7º 0.6% 0.37% -
HSV(B) 232.7º 0.75% 0.6% -
XYZ 7.78 5.17 30.72 -
YUV 59.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 38 52 153 0.75 0.66 0 0.4 232.7 0.6 0.37
Hex 26 34 99 4B 42 0 28 E9 3C 25
Octal 46 64 231 113 102 0 50 351 74 45
Binary 100110 110100 10011001 1001011 1000010 0 101000 11101001 111100 100101

Color Harmonies of #263499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263499

Black with #263499

Text Example


Text Example

White with #263499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263499; }

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

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

background-color css

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

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

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

border-color css

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

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

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