#3B7AED

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

Shades of Royal Blue #3B7AED

Tints of Royal Blue #3B7AED

Color information

#3B7AED (or 0x3B7AED) is unknown color: approx Royal Blue. HEX triplet: 3B, 7A and ED. RGB value is (59,122,237). Sum of RGB (Red+Green+Blue) = 59+122+237=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B7AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B7AED is #C48512. Grayscale: #737373. Windows color (decimal): -12879123 or 15563323. OLE color: 15563323.

HSL color Cylindrical-coordinate representation of color #3B7AED: hue angle of 218.76º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B7AED is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB59122237-
CMYK0.750.4900.07
HSL218.76º83.18%58.04%-
HSV(B)218.76º75.11%92.94%-
XYZ24.0520.9682.9-
YUV116.27196.1387.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.11%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 237 (92.97% from 255) = 56.70%
R=14.11%
G=29.19%
B=56.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal591222370.750.4900.07218.7683.1858.04
Hex3B7AED4B3107db533a
Octal73172355113610733312372
Binary11101111110101110110110010111100010111110110111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,122,237); }

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

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

 a { background-color: rgb(59,122,237); }

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

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

 span { border-color: rgb(59,122,237); }

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