Html Css Color HEX #263896 Egyptian Blue

📋 copy color: '#263896'

red 38 ◦ green 56 ◦ blue 150

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

Shades of Egyptian Blue #263896

Tints of Egyptian Blue #263896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.95%

 BLUE value IS 150 (58.98% from 255) = 61.48%

R = 15.57%
G = 22.95%
B = 61.48%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#263896 (or 0x263896) is known color: Egyptian Blue. HEX triplet: 26, 38 and 96. RGB value is (38,56,150). Sum of RGB (Red+Green+Blue) = 38+56+150=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #263896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263896 is #D9C769. Grayscale: #3C3C3C. Windows color (decimal): -14272362 or 9844774. OLE color: 9844774.

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

Color convert

RGB 38 56 150 -
CMYK 0.75 0.63 0 0.41
HSL 230.36º 0.6% 0.37% -
HSV(B) 230.36º 0.75% 0.59% -
XYZ 7.72 5.44 29.5 -
YUV 61.33 178.04 111.36 -
System Red Green Blue C M Y K H S L
Decimal 38 56 150 0.75 0.63 0 0.41 230.36 0.6 0.37
Hex 26 38 96 4B 3F 0 29 E6 3C 25
Octal 46 70 226 113 77 0 51 346 74 45
Binary 100110 111000 10010110 1001011 111111 0 101001 11100110 111100 100101

Color Harmonies of #263896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263896

Black with #263896

Text Example


Text Example

White with #263896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263896; }

 p { color: rgb(38,56,150); }

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

background-color css

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

 a { background-color: rgb(38,56,150); }

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

border-color css

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

 span { border-color: rgb(38,56,150); }

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