#3B7DD5

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

Shades of Royal Blue #3B7DD5

Tints of Royal Blue #3B7DD5

Color information

#3B7DD5 (or 0x3B7DD5) is unknown color: approx Royal Blue. HEX triplet: 3B, 7D and D5. RGB value is (59,125,213). Sum of RGB (Red+Green+Blue) = 59+125+213=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 213 (83.59% from 255 or 53.65% from 397); Max value from RGB is 213 - color contains mainly: blue. Hex color #3B7DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7DD5 is #C4822A. Grayscale: #727272. Windows color (decimal): -12878379 or 13991227. OLE color: 13991227.

HSL color Cylindrical-coordinate representation of color #3B7DD5: hue angle of 214.29º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B7DD5 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB59125213-
CMYK0.720.4100.16
HSL214.29º64.71%53.33%-
HSV(B)214.29º72.3%83.53%-
XYZ21.1520.465.77-
YUV115.3183.1387.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.86%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 213 (83.59% from 255) = 53.65%
R=14.86%
G=31.49%
B=53.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal591252130.720.4100.16214.2964.7153.33
Hex3B7DD54829010d64135
Octal731753251105102032610165
Binary1110111111101110101011001000101001010000110101101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,125,213); }

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

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

 a { background-color: rgb(59,125,213); }

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

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

 span { border-color: rgb(59,125,213); }

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