#375FD5

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

Shades of Royal Blue #375FD5

Tints of Royal Blue #375FD5

Color information

#375FD5 (or 0x375FD5) is unknown color: approx Royal Blue. HEX triplet: 37, 5F and D5. RGB value is (55,95,213). Sum of RGB (Red+Green+Blue) = 55+95+213=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #375FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FD5 is #C8A02A. Grayscale: #5F5F5F. Windows color (decimal): -13148203 or 13983543. OLE color: 13983543.

HSL color Cylindrical-coordinate representation of color #375FD5: hue angle of 224.81º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #375FD5 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5595213-
CMYK0.740.5500.16
HSL224.81º65.29%52.55%-
HSV(B)224.81º74.18%83.53%-
XYZ17.6813.864.68-
YUV96.49193.7598.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.15%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 213 (83.59% from 255) = 58.68%
R=15.15%
G=26.17%
B=58.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55952130.740.5500.16224.8165.2952.55
Hex375FD54A37010e14135
Octal671373251126702034110165
Binary1101111011111110101011001010110111010000111000011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,95,213); }

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

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

 a { background-color: rgb(55,95,213); }

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

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

 span { border-color: rgb(55,95,213); }

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