Html Css Color HEX #263894 Egyptian Blue

📋 copy color: '#263894'

red 38 ◦ green 56 ◦ blue 148

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

Shades of Egyptian Blue #263894

Tints of Egyptian Blue #263894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.16%

R = 15.7%
G = 23.14%
B = 61.16%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#263894 (or 0x263894) is known color: Egyptian Blue. HEX triplet: 26, 38 and 94. RGB value is (38,56,148). Sum of RGB (Red+Green+Blue) = 38+56+148=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #263894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263894 is #D9C76B. Grayscale: #3C3C3C. Windows color (decimal): -14272364 or 9713702. OLE color: 9713702.

HSL color Cylindrical-coordinate representation of color #263894: hue angle of 230.18º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263894 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 56 148 -
CMYK 0.74 0.62 0 0.42
HSL 230.18º 0.59% 0.36% -
HSV(B) 230.18º 0.74% 0.58% -
XYZ 7.56 5.38 28.66 -
YUV 61.11 177.04 111.52 -
System Red Green Blue C M Y K H S L
Decimal 38 56 148 0.74 0.62 0 0.42 230.18 0.59 0.36
Hex 26 38 94 4A 3E 0 2A E6 3B 24
Octal 46 70 224 112 76 0 52 346 73 44
Binary 100110 111000 10010100 1001010 111110 0 101010 11100110 111011 100100

Color Harmonies of #263894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263894

Black with #263894

Text Example


Text Example

White with #263894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263894; }

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

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

background-color css

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

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

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

border-color css

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

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

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