#2276E3

Color #2276E3 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2276E3

Tints of Royal Blue #2276E3

Color information

#2276E3 (or 0x2276E3) is unknown color: approx Royal Blue. HEX triplet: 22, 76 and E3. RGB value is (34,118,227). Sum of RGB (Red+Green+Blue) = 34+118+227=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 227 (89.06% from 255 or 59.89% from 379); Max value from RGB is 227 - color contains mainly: blue. Hex color #2276E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2276E3 is #DD891C. Grayscale: #686868. Windows color (decimal): -14518557 or 14906914. OLE color: 14906914.

HSL color Cylindrical-coordinate representation of color #2276E3: hue angle of 213.89º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2276E3 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB34118227-
CMYK0.850.4800.11
HSL213.89º77.51%51.18%-
HSV(B)213.89º85.02%89.02%-
XYZ2118.8475.2-
YUV105.31196.6777.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.97%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 227 (89.06% from 255) = 59.89%
R=8.97%
G=31.13%
B=59.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal341182270.850.4800.11213.8977.5151.18
Hex2276E355300Bd64e33
Octal421663431256001332611663
Binary100010111011011100011101010111000001011110101101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2276E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2276E3; }

 p { color: rgb(34,118,227); }

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

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

 a { background-color: rgb(34,118,227); }

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

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

 span { border-color: rgb(34,118,227); }

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