Html Css Color HEX #263297 Egyptian Blue

📋 copy color: '#263297'

red 38 ◦ green 50 ◦ blue 151

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

Shades of Egyptian Blue #263297

Tints of Egyptian Blue #263297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

 BLUE value IS 151 (59.38% from 255) = 63.18%

R = 15.9%
G = 20.92%
B = 63.18%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#263297 (or 0x263297) is known color: Egyptian Blue. HEX triplet: 26, 32 and 97. RGB value is (38,50,151). Sum of RGB (Red+Green+Blue) = 38+50+151=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #263297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263297 is #D9CD68. Grayscale: #393939. Windows color (decimal): -14273897 or 9908774. OLE color: 9908774.

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

Color convert

RGB 38 50 151 -
CMYK 0.75 0.67 0 0.41
HSL 233.63º 0.6% 0.37% -
HSV(B) 233.63º 0.75% 0.59% -
XYZ 7.53 4.93 29.83 -
YUV 57.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 38 50 151 0.75 0.67 0 0.41 233.63 0.6 0.37
Hex 26 32 97 4B 43 0 29 EA 3C 25
Octal 46 62 227 113 103 0 51 352 74 45
Binary 100110 110010 10010111 1001011 1000011 0 101001 11101010 111100 100101

Color Harmonies of #263297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263297

Black with #263297

Text Example


Text Example

White with #263297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263297; }

 p { color: rgb(38,50,151); }

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

background-color css

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

 a { background-color: rgb(38,50,151); }

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

border-color css

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

 span { border-color: rgb(38,50,151); }

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