#334FED

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

Shades of Royal Blue #334FED

Tints of Royal Blue #334FED

Color information

#334FED (or 0x334FED) is unknown color: approx Royal Blue. HEX triplet: 33, 4F and ED. RGB value is (51,79,237). Sum of RGB (Red+Green+Blue) = 51+79+237=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #334FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334FED is #CCB012. Grayscale: #575757. Windows color (decimal): -13414419 or 15552307. OLE color: 15552307.

HSL color Cylindrical-coordinate representation of color #334FED: hue angle of 230.97º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334FED is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5179237-
CMYK0.780.6700.07
HSL230.97º83.78%56.47%-
HSV(B)230.97º78.48%92.94%-
XYZ19.4512.4181.49-
YUV88.64211.72101.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 237 (92.97% from 255) = 64.58%
R=13.90%
G=21.53%
B=64.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51792370.780.6700.07230.9783.7856.47
Hex334FED4E4307e75438
Octal631173551161030734712470
Binary110011100111111101101100111010000110111111001111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334FED; }

 p { color: rgb(51,79,237); }

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

<style>
 a { background-color: #334FED; }

 a { background-color: rgb(51,79,237); }

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

<style>
 span { border-color: #334FED; }

 span { border-color: rgb(51,79,237); }

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