#3B76FF

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

Shades of Royal Blue #3B76FF

Tints of Royal Blue #3B76FF

Color information

#3B76FF (or 0x3B76FF) is unknown color: approx Royal Blue. HEX triplet: 3B, 76 and FF. RGB value is (59,118,255). Sum of RGB (Red+Green+Blue) = 59+118+255=432 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.66% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B76FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B76FF is #C48900. Grayscale: #737373. Windows color (decimal): -12880129 or 16741947. OLE color: 16741947.

HSL color Cylindrical-coordinate representation of color #3B76FF: hue angle of 221.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B76FF is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB59118255-
CMYK0.770.5400
HSL221.94º100%61.57%-
HSV(B)221.94º76.86%100%-
XYZ26.3321.1197.29-
YUV115.98206.4587.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.66%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 255 (100% from 255) = 59.03%
R=13.66%
G=27.31%
B=59.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal591182550.770.5400221.9410061.57
Hex3B76FF4D3600de643e
Octal73166377115660033614476
Binary111011111011011111111100110111011000110111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B76FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,255); }

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

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

 a { background-color: rgb(59,118,255); }

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

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

 span { border-color: rgb(59,118,255); }

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