#3A6FCE

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

Shades of Royal Blue #3A6FCE

Tints of Royal Blue #3A6FCE

Color information

#3A6FCE (or 0x3A6FCE) is unknown color: approx Royal Blue. HEX triplet: 3A, 6F and CE. RGB value is (58,111,206). Sum of RGB (Red+Green+Blue) = 58+111+206=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A6FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FCE is #C59031. Grayscale: #696969. Windows color (decimal): -12947506 or 13528890. OLE color: 13528890.

HSL color Cylindrical-coordinate representation of color #3A6FCE: hue angle of 218.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A6FCE is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB58111206-
CMYK0.720.4600.19
HSL218.51º60.16%51.76%-
HSV(B)218.51º71.84%80.78%-
XYZ18.5716.7260.64-
YUV105.98184.4493.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.47%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 206 (80.86% from 255) = 54.93%
R=15.47%
G=29.6%
B=54.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal581112060.720.4600.19218.5160.1651.76
Hex3A6FCE482E013db3c34
Octal72157316110560233337464
Binary111010110111111001110100100010111001001111011011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,111,206); }

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

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

 a { background-color: rgb(58,111,206); }

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

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

 span { border-color: rgb(58,111,206); }

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