#3374FB

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

Shades of Royal Blue #3374FB

Tints of Royal Blue #3374FB

Color information

#3374FB (or 0x3374FB) is unknown color: approx Royal Blue. HEX triplet: 33, 74 and FB. RGB value is (51,116,251). Sum of RGB (Red+Green+Blue) = 51+116+251=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #3374FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3374FB is #CC8B04. Grayscale: #6F6F6F. Windows color (decimal): -13404933 or 16479283. OLE color: 16479283.

HSL color Cylindrical-coordinate representation of color #3374FB: hue angle of 220.5º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3374FB is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB51116251-
CMYK0.800.5400.02
HSL220.5º96.15%59.22%-
HSV(B)220.5º79.68%98.43%-
XYZ25.0220.1693.84-
YUV111.96206.4784.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.20%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 251 (98.44% from 255) = 60.05%
R=12.20%
G=27.75%
B=60.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal511162510.800.5400.02220.596.1559.22
Hex3374FB503602dc603b
Octal63164373120660233414073
Binary1100111110100111110111010000110110010110111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3374FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3374FB; }

 p { color: rgb(51,116,251); }

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

<style>
 a { background-color: #3374FB; }

 a { background-color: rgb(51,116,251); }

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

<style>
 span { border-color: #3374FB; }

 span { border-color: rgb(51,116,251); }

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