#346ACC

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

Shades of Royal Blue #346ACC

Tints of Royal Blue #346ACC

Color information

#346ACC (or 0x346ACC) is unknown color: approx Royal Blue. HEX triplet: 34, 6A and CC. RGB value is (52,106,204). Sum of RGB (Red+Green+Blue) = 52+106+204=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #346ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ACC is #CB9533. Grayscale: #646464. Windows color (decimal): -13342004 or 13396532. OLE color: 13396532.

HSL color Cylindrical-coordinate representation of color #346ACC: hue angle of 218.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346ACC is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB52106204-
CMYK0.750.4800.2
HSL218.68º59.84%50.2%-
HSV(B)218.68º74.51%80%-
XYZ17.4715.459.18-
YUV101.03186.1193.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.36%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 204 (80.08% from 255) = 56.35%
R=14.36%
G=29.28%
B=56.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal521062040.750.4800.2218.6859.8450.2
Hex346ACC4B30014db3c32
Octal64152314113600243337462
Binary110100110101011001100100101111000001010011011011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,106,204); }

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

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

 a { background-color: rgb(52,106,204); }

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

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

 span { border-color: rgb(52,106,204); }

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