#3461FC

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

Shades of Royal Blue #3461FC

Tints of Royal Blue #3461FC

Color information

#3461FC (or 0x3461FC) is unknown color: approx Royal Blue. HEX triplet: 34, 61 and FC. RGB value is (52,97,252). Sum of RGB (Red+Green+Blue) = 52+97+252=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #3461FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3461FC is #CB9E03. Grayscale: #646464. Windows color (decimal): -13344260 or 16539956. OLE color: 16539956.

HSL color Cylindrical-coordinate representation of color #3461FC: hue angle of 226.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3461FC is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5297252-
CMYK0.790.6200.01
HSL226.5º97.09%59.61%-
HSV(B)226.5º79.37%98.82%-
XYZ23.2616.3194.02-
YUV101.22213.0992.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.97%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 252 (98.83% from 255) = 62.84%
R=12.97%
G=24.19%
B=62.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52972520.790.6200.01226.597.0959.61
Hex3461FC4F3E01e2613c
Octal64141374117760134214174
Binary110100110000111111100100111111111001111000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3461FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3461FC; }

 p { color: rgb(52,97,252); }

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

<style>
 a { background-color: #3461FC; }

 a { background-color: rgb(52,97,252); }

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

<style>
 span { border-color: #3461FC; }

 span { border-color: rgb(52,97,252); }

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