#3376FF

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

Shades of Royal Blue #3376FF

Tints of Royal Blue #3376FF

Color information

#3376FF (or 0x3376FF) is unknown color: approx Royal Blue. HEX triplet: 33, 76 and FF. RGB value is (51,118,255). Sum of RGB (Red+Green+Blue) = 51+118+255=424 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.03% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #3376FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3376FF is #CC8900. Grayscale: #707070. Windows color (decimal): -13404417 or 16741939. OLE color: 16741939.

HSL color Cylindrical-coordinate representation of color #3376FF: hue angle of 220.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3376FF is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51118255-
CMYK0.80.5400
HSL220.29º100%60%-
HSV(B)220.29º80%100%-
XYZ25.8920.8897.27-
YUV113.58207.883.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.03%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 255 (100% from 255) = 60.14%
R=12.03%
G=27.83%
B=60.14%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511182550.80.5400220.2910060
Hex3376FF503600dc643c
Octal63166377120660033414474
Binary110011111011011111111101000011011000110111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3376FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3376FF; }

 p { color: rgb(51,118,255); }

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

<style>
 a { background-color: #3376FF; }

 a { background-color: rgb(51,118,255); }

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

<style>
 span { border-color: #3376FF; }

 span { border-color: rgb(51,118,255); }

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