#3B7BD4

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

Shades of Royal Blue #3B7BD4

Tints of Royal Blue #3B7BD4

Color information

#3B7BD4 (or 0x3B7BD4) is unknown color: approx Royal Blue. HEX triplet: 3B, 7B and D4. RGB value is (59,123,212). Sum of RGB (Red+Green+Blue) = 59+123+212=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #3B7BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7BD4 is #C4842B. Grayscale: #717171. Windows color (decimal): -12878892 or 13925179. OLE color: 13925179.

HSL color Cylindrical-coordinate representation of color #3B7BD4: hue angle of 214.9º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B7BD4 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB59123212-
CMYK0.720.4200.17
HSL214.9º64.02%53.14%-
HSV(B)214.9º72.17%83.14%-
XYZ20.7719.8565.02-
YUV114.01183.388.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.97%
GREEN value IS 123 (48.44% from 255) = 31.22%
BLUE value IS 212 (83.20% from 255) = 53.81%
R=14.97%
G=31.22%
B=53.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal591232120.720.4200.17214.964.0253.14
Hex3B7BD4482A011d74035
Octal731733241105202132710065
Binary1110111111011110101001001000101010010001110101111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B7BD4; }

 p { color: rgb(59,123,212); }

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

<style>
 a { background-color: #3B7BD4; }

 a { background-color: rgb(59,123,212); }

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

<style>
 span { border-color: #3B7BD4; }

 span { border-color: rgb(59,123,212); }

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