Html Css Color HEX #263EA4 Egyptian Blue

📋 copy color: '#263EA4'

red 38 ◦ green 62 ◦ blue 164

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

Shades of Egyptian Blue #263EA4

Tints of Egyptian Blue #263EA4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.48%

 BLUE value IS 164 (64.45% from 255) = 62.12%

R = 14.39%
G = 23.48%
B = 62.12%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#263EA4 (or 0x263EA4) is known color: Egyptian Blue. HEX triplet: 26, 3E and A4. RGB value is (38,62,164). Sum of RGB (Red+Green+Blue) = 38+62+164=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 164 (64.45% from 255 or 62.12% from 264); Max value from RGB is 164 - color contains mainly: blue. Hex color #263EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263EA4 is #D9C15B. Grayscale: #424242. Windows color (decimal): -14270812 or 10763814. OLE color: 10763814.

HSL color Cylindrical-coordinate representation of color #263EA4: hue angle of 228.57º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #263EA4 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 62 164 -
CMYK 0.77 0.62 0 0.36
HSL 228.57º 0.62% 0.4% -
HSV(B) 228.57º 0.77% 0.64% -
XYZ 9.22 6.54 35.9 -
YUV 66.45 183.05 107.71 -
System Red Green Blue C M Y K H S L
Decimal 38 62 164 0.77 0.62 0 0.36 228.57 0.62 0.4
Hex 26 3E A4 4D 3E 0 24 E5 3E 28
Octal 46 76 244 115 76 0 44 345 76 50
Binary 100110 111110 10100100 1001101 111110 0 100100 11100101 111110 101000

Color Harmonies of #263EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263EA4

Black with #263EA4

Text Example


Text Example

White with #263EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263EA4; }

 p { color: rgb(38,62,164); }

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

background-color css

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

 a { background-color: rgb(38,62,164); }

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

border-color css

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

 span { border-color: rgb(38,62,164); }

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