#3D6FCA

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

Shades of Royal Blue #3D6FCA

Tints of Royal Blue #3D6FCA

Color information

#3D6FCA (or 0x3D6FCA) is unknown color: approx Royal Blue. HEX triplet: 3D, 6F and CA. RGB value is (61,111,202). Sum of RGB (Red+Green+Blue) = 61+111+202=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D6FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6FCA is #C29035. Grayscale: #6A6A6A. Windows color (decimal): -12750902 or 13266749. OLE color: 13266749.

HSL color Cylindrical-coordinate representation of color #3D6FCA: hue angle of 218.72º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D6FCA is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB61111202-
CMYK0.700.4500.21
HSL218.72º57.09%51.57%-
HSV(B)218.72º69.8%79.22%-
XYZ18.2716.6358.12-
YUV106.42181.9495.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.31%
GREEN value IS 111 (43.75% from 255) = 29.68%
BLUE value IS 202 (79.30% from 255) = 54.01%
R=16.31%
G=29.68%
B=54.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal611112020.700.4500.21218.7257.0951.57
Hex3D6FCA462D015db3934
Octal75157312106550253337164
Binary111101110111111001010100011010110101010111011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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