#3278EB

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

Shades of Royal Blue #3278EB

Tints of Royal Blue #3278EB

Color information

#3278EB (or 0x3278EB) is unknown color: approx Royal Blue. HEX triplet: 32, 78 and EB. RGB value is (50,120,235). Sum of RGB (Red+Green+Blue) = 50+120+235=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #3278EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3278EB is #CD8714. Grayscale: #6F6F6F. Windows color (decimal): -13469461 or 15431730. OLE color: 15431730.

HSL color Cylindrical-coordinate representation of color #3278EB: hue angle of 217.3º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3278EB is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB50120235-
CMYK0.790.4900.08
HSL217.3º82.22%55.88%-
HSV(B)217.3º78.72%92.16%-
XYZ23.0320.1181.27-
YUV112.18197.3183.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.35%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 235 (92.19% from 255) = 58.02%
R=12.35%
G=29.63%
B=58.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal501202350.790.4900.08217.382.2255.88
Hex3278EB4F3108d95238
Octal621703531176101033112270
Binary110010111100011101011100111111000101000110110011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3278EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3278EB; }

 p { color: rgb(50,120,235); }

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

<style>
 a { background-color: #3278EB; }

 a { background-color: rgb(50,120,235); }

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

<style>
 span { border-color: #3278EB; }

 span { border-color: rgb(50,120,235); }

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