#346FFB

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

Shades of Royal Blue #346FFB

Tints of Royal Blue #346FFB

Color information

#346FFB (or 0x346FFB) is unknown color: approx Royal Blue. HEX triplet: 34, 6F and FB. RGB value is (52,111,251). Sum of RGB (Red+Green+Blue) = 52+111+251=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #346FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346FFB is #CB9004. Grayscale: #6C6C6C. Windows color (decimal): -13340677 or 16478004. OLE color: 16478004.

HSL color Cylindrical-coordinate representation of color #346FFB: hue angle of 222.21º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346FFB is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB52111251-
CMYK0.790.5600.02
HSL222.21º96.14%59.41%-
HSV(B)222.21º79.28%98.43%-
XYZ24.5119.0693.65-
YUV109.32207.9587.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.56%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 251 (98.44% from 255) = 60.63%
R=12.56%
G=26.81%
B=60.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal521112510.790.5600.02222.2196.1459.41
Hex346FFB4F3802de603b
Octal64157373117700233614073
Binary1101001101111111110111001111111000010110111101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346FFB; }

 p { color: rgb(52,111,251); }

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

<style>
 a { background-color: #346FFB; }

 a { background-color: rgb(52,111,251); }

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

<style>
 span { border-color: #346FFB; }

 span { border-color: rgb(52,111,251); }

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