Html Css Color HEX #263598 Egyptian Blue

📋 copy color: '#263598'

red 38 ◦ green 53 ◦ blue 152

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

Shades of Egyptian Blue #263598

Tints of Egyptian Blue #263598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

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

R = 15.64%
G = 21.81%
B = 62.55%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#263598 (or 0x263598) is known color: Egyptian Blue. HEX triplet: 26, 35 and 98. RGB value is (38,53,152). Sum of RGB (Red+Green+Blue) = 38+53+152=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #263598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263598 is #D9CA67. Grayscale: #3B3B3B. Windows color (decimal): -14273128 or 9975078. OLE color: 9975078.

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

Color convert

RGB 38 53 152 -
CMYK 0.75 0.65 0 0.40
HSL 232.11º 0.6% 0.37% -
HSV(B) 232.11º 0.75% 0.6% -
XYZ 7.74 5.23 30.31 -
YUV 59.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 38 53 152 0.75 0.65 0 0.40 232.11 0.6 0.37
Hex 26 35 98 4B 41 0 28 E8 3C 25
Octal 46 65 230 113 101 0 50 350 74 45
Binary 100110 110101 10011000 1001011 1000001 0 101000 11101000 111100 100101

Color Harmonies of #263598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263598

Black with #263598

Text Example


Text Example

White with #263598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263598; }

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

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

background-color css

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

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

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

border-color css

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

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

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