#375EF1

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

Shades of Royal Blue #375EF1

Tints of Royal Blue #375EF1

Color information

#375EF1 (or 0x375EF1) is unknown color: approx Royal Blue. HEX triplet: 37, 5E and F1. RGB value is (55,94,241). Sum of RGB (Red+Green+Blue) = 55+94+241=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #375EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375EF1 is #C8A10E. Grayscale: #626262. Windows color (decimal): -13148431 or 15818295. OLE color: 15818295.

HSL color Cylindrical-coordinate representation of color #375EF1: hue angle of 227.42º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375EF1 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5594241-
CMYK0.770.6100.05
HSL227.42º86.92%58.04%-
HSV(B)227.42º77.18%94.51%-
XYZ21.4615.1785.02-
YUV99.1208.0896.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.10%
GREEN value IS 94 (37.11% from 255) = 24.10%
BLUE value IS 241 (94.53% from 255) = 61.79%
R=14.10%
G=24.10%
B=61.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal55942410.770.6100.05227.4286.9258.04
Hex375EF14D3D05e3573a
Octal67136361115750534312772
Binary11011110111101111000110011011111010101111000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375EF1; }

 p { color: rgb(55,94,241); }

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

<style>
 a { background-color: #375EF1; }

 a { background-color: rgb(55,94,241); }

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

<style>
 span { border-color: #375EF1; }

 span { border-color: rgb(55,94,241); }

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