#345AE2

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

Shades of Royal Blue #345AE2

Tints of Royal Blue #345AE2

Color information

#345AE2 (or 0x345AE2) is unknown color: approx Royal Blue. HEX triplet: 34, 5A and E2. RGB value is (52,90,226). Sum of RGB (Red+Green+Blue) = 52+90+226=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 226 (88.67% from 255 or 61.41% from 368); Max value from RGB is 226 - color contains mainly: blue. Hex color #345AE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345AE2 is #CBA51D. Grayscale: #5D5D5D. Windows color (decimal): -13346078 or 14834228. OLE color: 14834228.

HSL color Cylindrical-coordinate representation of color #345AE2: hue angle of 226.9º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345AE2 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5290226-
CMYK0.770.6000.11
HSL226.9º75%54.51%-
HSV(B)226.9º76.99%88.63%-
XYZ18.813.5373.57-
YUV94.14202.4197.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.13%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 226 (88.67% from 255) = 61.41%
R=14.13%
G=24.46%
B=61.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52902260.770.6000.11226.97554.51
Hex345AE24D3C0Be34b37
Octal641323421157401334311367
Binary110100101101011100010100110111110001011111000111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345AE2; }

 p { color: rgb(52,90,226); }

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

<style>
 a { background-color: #345AE2; }

 a { background-color: rgb(52,90,226); }

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

<style>
 span { border-color: #345AE2; }

 span { border-color: rgb(52,90,226); }

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