#276AF2

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

Shades of Royal Blue #276AF2

Tints of Royal Blue #276AF2

Color information

#276AF2 (or 0x276AF2) is unknown color: approx Royal Blue. HEX triplet: 27, 6A and F2. RGB value is (39,106,242). Sum of RGB (Red+Green+Blue) = 39+106+242=387 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.08% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #276AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276AF2 is #D8950D. Grayscale: #646464. Windows color (decimal): -14193934 or 15886887. OLE color: 15886887.

HSL color Cylindrical-coordinate representation of color #276AF2: hue angle of 220.2º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #276AF2 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB39106242-
CMYK0.840.5600.05
HSL220.2º88.65%55.1%-
HSV(B)220.2º83.88%94.9%-
XYZ22.0217.1586.15-
YUV101.47207.383.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.08%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 242 (94.92% from 255) = 62.53%
R=10.08%
G=27.39%
B=62.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal391062420.840.5600.05220.288.6555.1
Hex276AF2543805dc5937
Octal47152362124700533413167
Binary10011111010101111001010101001110000101110111001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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