#346CCF

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

Shades of Royal Blue #346CCF

Tints of Royal Blue #346CCF

Color information

#346CCF (or 0x346CCF) is unknown color: approx Royal Blue. HEX triplet: 34, 6C and CF. RGB value is (52,108,207). Sum of RGB (Red+Green+Blue) = 52+108+207=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #346CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CCF is #CB9330. Grayscale: #666666. Windows color (decimal): -13341489 or 13593652. OLE color: 13593652.

HSL color Cylindrical-coordinate representation of color #346CCF: hue angle of 218.32º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346CCF is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB52108207-
CMYK0.750.4800.19
HSL218.32º61.75%50.78%-
HSV(B)218.32º74.88%81.18%-
XYZ18.0415.9661.16-
YUV102.54186.9591.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.17%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 207 (81.25% from 255) = 56.40%
R=14.17%
G=29.43%
B=56.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal521082070.750.4800.19218.3261.7550.78
Hex346CCF4B30013da3e33
Octal64154317113600233327663
Binary110100110110011001111100101111000001001111011010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,108,207); }

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

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

 a { background-color: rgb(52,108,207); }

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

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

 span { border-color: rgb(52,108,207); }

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