#3A6BFA

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

Shades of Royal Blue #3A6BFA

Tints of Royal Blue #3A6BFA

Color information

#3A6BFA (or 0x3A6BFA) is unknown color: approx Royal Blue. HEX triplet: 3A, 6B and FA. RGB value is (58,107,250). Sum of RGB (Red+Green+Blue) = 58+107+250=415 (54% of max value = 765). Red value is 58 (23.05% from 255 or 13.98% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A6BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6BFA is #C59405. Grayscale: #6C6C6C. Windows color (decimal): -12948486 or 16411450. OLE color: 16411450.

HSL color Cylindrical-coordinate representation of color #3A6BFA: hue angle of 224.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A6BFA is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB58107250-
CMYK0.770.5700.02
HSL224.69º95.05%60.39%-
HSV(B)224.69º76.8%98.04%-
XYZ24.2618.3292.7-
YUV108.65207.7791.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.98%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 250 (98.05% from 255) = 60.24%
R=13.98%
G=25.78%
B=60.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal581072500.770.5700.02224.6995.0560.39
Hex3A6BFA4D3902e15f3c
Octal72153372115710234113774
Binary1110101101011111110101001101111001010111000011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,107,250); }

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

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

 a { background-color: rgb(58,107,250); }

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

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

 span { border-color: rgb(58,107,250); }

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