#3D6FFC

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

Shades of Royal Blue #3D6FFC

Tints of Royal Blue #3D6FFC

Color information

#3D6FFC (or 0x3D6FFC) is unknown color: approx Royal Blue. HEX triplet: 3D, 6F and FC. RGB value is (61,111,252). Sum of RGB (Red+Green+Blue) = 61+111+252=424 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.39% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D6FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6FFC is #C29003. Grayscale: #6F6F6F. Windows color (decimal): -12750852 or 16543549. OLE color: 16543549.

HSL color Cylindrical-coordinate representation of color #3D6FFC: hue angle of 224.29º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D6FFC is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB61111252-
CMYK0.760.5600.01
HSL224.29º96.95%61.37%-
HSV(B)224.29º75.79%98.82%-
XYZ25.1819.3994.51-
YUV112.12206.9491.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.39%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 252 (98.83% from 255) = 59.43%
R=14.39%
G=26.18%
B=59.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal611112520.760.5600.01224.2996.9561.37
Hex3D6FFC4C3801e0613d
Octal75157374114700134014175
Binary111101110111111111100100110011100001111000001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,111,252); }

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

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

 a { background-color: rgb(61,111,252); }

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

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

 span { border-color: rgb(61,111,252); }

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