#3a6ce3

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

Shades of Royal Blue #3A6CE3

Tints of Royal Blue #3A6CE3

Color information

#3A6CE3 (or 0x3A6CE3) is unknown color: approx Royal Blue. HEX triplet: 3A, 6C and E3. RGB value is (58,108,227). Sum of RGB (Red+Green+Blue) = 58+108+227=393 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.76% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 227 (89.06% from 255 or 57.76% from 393); Max value from RGB is 227 - color contains mainly: blue. Hex color #3A6CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6CE3 is #C5931C. Grayscale: #6A6A6A. Windows color (decimal): -12948253 or 14904378. OLE color: 14904378.

HSL color Cylindrical-coordinate representation of color #3A6CE3: hue angle of 222.25º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A6CE3 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB58108227-
CMYK0.740.5200.11
HSL222.25º75.11%55.88%-
HSV(B)222.25º74.45%89.02%-
XYZ20.9717.1774.88-
YUV106.62195.9493.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.76%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 227 (89.06% from 255) = 57.76%
R=14.76%
G=27.48%
B=57.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal581082270.740.5200.11222.2575.1155.88
Hex3A6CE34A340Bde4b38
Octal721543431126401333611370
Binary111010110110011100011100101011010001011110111101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a6ce3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,108,227); }

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

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

 a { background-color: rgb(58,108,227); }

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

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

 span { border-color: rgb(58,108,227); }

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