#345EFF

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

Shades of Royal Blue #345EFF

Tints of Royal Blue #345EFF

Color information

#345EFF (or 0x345EFF) is unknown color: approx Royal Blue. HEX triplet: 34, 5E and FF. RGB value is (52,94,255). Sum of RGB (Red+Green+Blue) = 52+94+255=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #345EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EFF is #CBA100. Grayscale: #636363. Windows color (decimal): -13345025 or 16735796. OLE color: 16735796.

HSL color Cylindrical-coordinate representation of color #345EFF: hue angle of 227.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #345EFF is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5294255-
CMYK0.800.6300
HSL227.59º100%60.2%-
HSV(B)227.59º79.61%100%-
XYZ23.4715.9696.45-
YUV99.8215.5993.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.97%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 255 (100% from 255) = 63.59%
R=12.97%
G=23.44%
B=63.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal52942550.800.6300227.5910060.2
Hex345EFF503F00e4643c
Octal64136377120770034414474
Binary110100101111011111111101000011111100111001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,94,255); }

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

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

 a { background-color: rgb(52,94,255); }

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

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

 span { border-color: rgb(52,94,255); }

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