#3775F6

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

Shades of Royal Blue #3775F6

Tints of Royal Blue #3775F6

Color information

#3775F6 (or 0x3775F6) is unknown color: approx Royal Blue. HEX triplet: 37, 75 and F6. RGB value is (55,117,246). Sum of RGB (Red+Green+Blue) = 55+117+246=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 246 (96.48% from 255 or 58.85% from 418); Max value from RGB is 246 - color contains mainly: blue. Hex color #3775F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3775F6 is #C88A09. Grayscale: #707070. Windows color (decimal): -13142538 or 16151863. OLE color: 16151863.

HSL color Cylindrical-coordinate representation of color #3775F6: hue angle of 220.52º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3775F6 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB55117246-
CMYK0.780.5200.04
HSL220.52º91.39%59.02%-
HSV(B)220.52º77.64%96.47%-
XYZ24.5720.1989.79-
YUV113.17202.9686.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.16%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 246 (96.48% from 255) = 58.85%
R=13.16%
G=27.99%
B=58.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal551172460.780.5200.04220.5291.3959.02
Hex3775F64E3404dd5b3b
Octal67165366116640433513373
Binary11011111101011111011010011101101000100110111011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3775F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3775F6; }

 p { color: rgb(55,117,246); }

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

<style>
 a { background-color: #3775F6; }

 a { background-color: rgb(55,117,246); }

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

<style>
 span { border-color: #3775F6; }

 span { border-color: rgb(55,117,246); }

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