#3461DD

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

Shades of Royal Blue #3461DD

Tints of Royal Blue #3461DD

Color information

#3461DD (or 0x3461DD) is unknown color: approx Royal Blue. HEX triplet: 34, 61 and DD. RGB value is (52,97,221). Sum of RGB (Red+Green+Blue) = 52+97+221=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #3461DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3461DD is #CB9E22. Grayscale: #616161. Windows color (decimal): -13344291 or 14508340. OLE color: 14508340.

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

Color convert

RGB5297221-
CMYK0.760.5600.13
HSL224.02º71.31%53.53%-
HSV(B)224.02º76.47%86.67%-
XYZ18.7414.570.22-
YUV97.68197.5995.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.05%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 221 (86.72% from 255) = 59.73%
R=14.05%
G=26.22%
B=59.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52972210.760.5600.13224.0271.3153.53
Hex3461DD4C380De04736
Octal641413351147001534010766
Binary110100110000111011101100110011100001101111000001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3461DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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