#3461DC

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

Shades of Royal Blue #3461DC

Tints of Royal Blue #3461DC

Color information

#3461DC (or 0x3461DC) is unknown color: approx Royal Blue. HEX triplet: 34, 61 and DC. RGB value is (52,97,220). Sum of RGB (Red+Green+Blue) = 52+97+220=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #3461DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3461DC is #CB9E23. Grayscale: #616161. Windows color (decimal): -13344292 or 14442804. OLE color: 14442804.

HSL color Cylindrical-coordinate representation of color #3461DC: hue angle of 223.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3461DC is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5297220-
CMYK0.760.5600.14
HSL223.93º70.59%53.33%-
HSV(B)223.93º76.36%86.27%-
XYZ18.6114.4569.52-
YUV97.57197.0995.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.09%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 220 (86.33% from 255) = 59.62%
R=14.09%
G=26.29%
B=59.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal52972200.760.5600.14223.9370.5953.33
Hex3461DC4C380Ee04735
Octal641413341147001634010765
Binary110100110000111011100100110011100001110111000001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3461DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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