#347ADD

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

Shades of Royal Blue #347ADD

Tints of Royal Blue #347ADD

Color information

#347ADD (or 0x347ADD) is unknown color: approx Royal Blue. HEX triplet: 34, 7A and DD. RGB value is (52,122,221). Sum of RGB (Red+Green+Blue) = 52+122+221=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #347ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347ADD is #CB8522. Grayscale: #6F6F6F. Windows color (decimal): -13337891 or 14514740. OLE color: 14514740.

HSL color Cylindrical-coordinate representation of color #347ADD: hue angle of 215.15º 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 #347ADD is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB52122221-
CMYK0.760.4500.13
HSL215.15º71.31%53.53%-
HSV(B)215.15º76.47%86.67%-
XYZ21.4319.8771.11-
YUV112.36189.3184.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.16%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=13.16%
G=30.89%
B=55.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal521222210.760.4500.13215.1571.3153.53
Hex347ADD4C2D0Dd74736
Octal641723351145501532710766
Binary110100111101011011101100110010110101101110101111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347ADD; }

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

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

<style>
 a { background-color: #347ADD; }

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

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

<style>
 span { border-color: #347ADD; }

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

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