#3c7dd4

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

Shades of Royal Blue #3C7DD4

Tints of Royal Blue #3C7DD4

Color information

#3C7DD4 (or 0x3C7DD4) is unknown color: approx Royal Blue. HEX triplet: 3C, 7D and D4. RGB value is (60,125,212). Sum of RGB (Red+Green+Blue) = 60+125+212=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 212 (83.20% from 255 or 53.40% from 397); Max value from RGB is 212 - color contains mainly: blue. Hex color #3C7DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7DD4 is #C3822B. Grayscale: #737373. Windows color (decimal): -12812844 or 13925692. OLE color: 13925692.

HSL color Cylindrical-coordinate representation of color #3C7DD4: hue angle of 214.34º 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 #3C7DD4 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB60125212-
CMYK0.720.4100.17
HSL214.34º63.87%53.33%-
HSV(B)214.34º71.7%83.14%-
XYZ21.0820.3865.11-
YUV115.48182.4788.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.11%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 212 (83.20% from 255) = 53.40%
R=15.11%
G=31.49%
B=53.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal601252120.720.4100.17214.3463.8753.33
Hex3C7DD44829011d64035
Octal741753241105102132610065
Binary1111001111101110101001001000101001010001110101101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c7dd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,125,212); }

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

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

 a { background-color: rgb(60,125,212); }

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

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

 span { border-color: rgb(60,125,212); }

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