#3760FF

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

Shades of Royal Blue #3760FF

Tints of Royal Blue #3760FF

Color information

#3760FF (or 0x3760FF) is unknown color: approx Royal Blue. HEX triplet: 37, 60 and FF. RGB value is (55,96,255). Sum of RGB (Red+Green+Blue) = 55+96+255=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #3760FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3760FF is #C89F00. Grayscale: #656565. Windows color (decimal): -13147905 or 16736311. OLE color: 16736311.

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

Color convert

RGB5596255-
CMYK0.780.6200
HSL227.7º100%60.78%-
HSV(B)227.7º78.43%100%-
XYZ23.8116.496.52-
YUV101.87214.4294.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.55%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 255 (100% from 255) = 62.81%
R=13.55%
G=23.65%
B=62.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal55962550.780.6200227.710060.78
Hex3760FF4E3E00e4643d
Octal67140377116760034414475
Binary110111110000011111111100111011111000111001001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3760FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3760FF; }

 p { color: rgb(55,96,255); }

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

<style>
 a { background-color: #3760FF; }

 a { background-color: rgb(55,96,255); }

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

<style>
 span { border-color: #3760FF; }

 span { border-color: rgb(55,96,255); }

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