#346CE1

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

Shades of Royal Blue #346CE1

Tints of Royal Blue #346CE1

Color information

#346CE1 (or 0x346CE1) is unknown color: approx Royal Blue. HEX triplet: 34, 6C and E1. RGB value is (52,108,225). Sum of RGB (Red+Green+Blue) = 52+108+225=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #346CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CE1 is #CB931E. Grayscale: #686868. Windows color (decimal): -13341471 or 14773300. OLE color: 14773300.

HSL color Cylindrical-coordinate representation of color #346CE1: hue angle of 220.58º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #346CE1 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB52108225-
CMYK0.770.5200.12
HSL220.58º74.25%54.31%-
HSV(B)220.58º76.89%88.24%-
XYZ20.3716.8973.42-
YUV104.59195.9590.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.51%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 225 (88.28% from 255) = 58.44%
R=13.51%
G=28.05%
B=58.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal521082250.770.5200.12220.5874.2554.31
Hex346CE14D340Cdd4a36
Octal641543411156401433511266
Binary110100110110011100001100110111010001100110111011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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