#2633A6

Color #2633A6 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #2633A6

Tints of Egyptian Blue #2633A6

Color information

#2633A6 (or 0x2633A6) is unknown color: approx Egyptian Blue. HEX triplet: 26, 33 and A6. RGB value is (38,51,166). Sum of RGB (Red+Green+Blue) = 38+51+166=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 166 (65.23% from 255 or 65.10% from 255); Max value from RGB is 166 - color contains mainly: blue. Hex color #2633A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2633A6 is #D9CC59. Grayscale: #3B3B3B. Windows color (decimal): -14273626 or 10892070. OLE color: 10892070.

HSL color Cylindrical-coordinate representation of color #2633A6: hue angle of 233.91º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2633A6 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3851166-
CMYK0.770.6900.35
HSL233.91º62.75%40%-
HSV(B)233.91º77.11%65.1%-
XYZ8.875.5336.68-
YUV60.22187.69112.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.90%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 166 (65.23% from 255) = 65.10%
R=14.90%
G=20%
B=65.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38511660.770.6900.35233.9162.7540
Hex2633A64D45023ea3f28
Octal46632461151050433527750
Binary1001101100111010011010011011000101010001111101010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2633A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2633A6; }

 p { color: rgb(38,51,166); }

 H1.HeaderClassName
 {
   color: #2633A6;
 }
 .AnyTagClassName
 {
   color: #2633A6;
 }
</style>
background-color css

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

 a { background-color: rgb(38,51,166); }

 div.DivClassName
 {
   background-color: #2633A6;
 }
 .BgClassName
 {
   background-color: #2633A6;
 }
</style>
border-color css

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

 span { border-color: rgb(38,51,166); }

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