#3D6BE6

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

Shades of Royal Blue #3D6BE6

Tints of Royal Blue #3D6BE6

Color information

#3D6BE6 (or 0x3D6BE6) is unknown color: approx Royal Blue. HEX triplet: 3D, 6B and E6. RGB value is (61,107,230). Sum of RGB (Red+Green+Blue) = 61+107+230=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #3D6BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6BE6 is #C29419. Grayscale: #6A6A6A. Windows color (decimal): -12751898 or 15100733. OLE color: 15100733.

HSL color Cylindrical-coordinate representation of color #3D6BE6: hue angle of 223.67º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D6BE6 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB61107230-
CMYK0.730.5300.10
HSL223.67º77.17%57.06%-
HSV(B)223.67º73.48%90.2%-
XYZ21.4717.2277.06-
YUV107.27197.2695-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.33%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 230 (90.23% from 255) = 57.79%
R=15.33%
G=26.88%
B=57.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal611072300.730.5300.10223.6777.1757.06
Hex3D6BE649350Ae04d39
Octal751533461116501234011571
Binary111101110101111100110100100111010101010111000001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,107,230); }

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

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

 a { background-color: rgb(61,107,230); }

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

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

 span { border-color: rgb(61,107,230); }

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