#375BE1

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

Shades of Royal Blue #375BE1

Tints of Royal Blue #375BE1

Color information

#375BE1 (or 0x375BE1) is unknown color: approx Royal Blue. HEX triplet: 37, 5B and E1. RGB value is (55,91,225). Sum of RGB (Red+Green+Blue) = 55+91+225=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #375BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BE1 is #C8A41E. Grayscale: #5E5E5E. Windows color (decimal): -13149215 or 14768951. OLE color: 14768951.

HSL color Cylindrical-coordinate representation of color #375BE1: hue angle of 227.29º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #375BE1 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5591225-
CMYK0.760.6000.12
HSL227.29º73.91%54.9%-
HSV(B)227.29º75.56%88.24%-
XYZ18.9113.7372.89-
YUV95.51201.0799.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.82%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 225 (88.28% from 255) = 60.65%
R=14.82%
G=24.53%
B=60.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal55912250.760.6000.12227.2973.9154.9
Hex375BE14C3C0Ce34a37
Octal671333411147401434311267
Binary110111101101111100001100110011110001100111000111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,91,225); }

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

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

 a { background-color: rgb(55,91,225); }

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

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

 span { border-color: rgb(55,91,225); }

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