#276AEC

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

Shades of Royal Blue #276AEC

Tints of Royal Blue #276AEC

Color information

#276AEC (or 0x276AEC) is unknown color: approx Royal Blue. HEX triplet: 27, 6A and EC. RGB value is (39,106,236). Sum of RGB (Red+Green+Blue) = 39+106+236=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #276AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276AEC is #D89513. Grayscale: #646464. Windows color (decimal): -14193940 or 15493671. OLE color: 15493671.

HSL color Cylindrical-coordinate representation of color #276AEC: hue angle of 219.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #276AEC is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB39106236-
CMYK0.830.5500.07
HSL219.59º83.83%53.92%-
HSV(B)219.59º83.47%92.55%-
XYZ21.1316.881.49-
YUV100.79204.383.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.24%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 236 (92.58% from 255) = 61.94%
R=10.24%
G=27.82%
B=61.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal391062360.830.5500.07219.5983.8353.92
Hex276AEC533707dc5436
Octal47152354123670733412466
Binary10011111010101110110010100111101110111110111001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276AEC; }

 p { color: rgb(39,106,236); }

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

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

 a { background-color: rgb(39,106,236); }

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

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

 span { border-color: rgb(39,106,236); }

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