#375FF7

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

Shades of Royal Blue #375FF7

Tints of Royal Blue #375FF7

Color information

#375FF7 (or 0x375FF7) is unknown color: approx Royal Blue. HEX triplet: 37, 5F and F7. RGB value is (55,95,247). Sum of RGB (Red+Green+Blue) = 55+95+247=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 247 (96.88% from 255 or 62.22% from 397); Max value from RGB is 247 - color contains mainly: blue. Hex color #375FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375FF7 is #C8A008. Grayscale: #636363. Windows color (decimal): -13148169 or 16211767. OLE color: 16211767.

HSL color Cylindrical-coordinate representation of color #375FF7: hue angle of 227.5º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375FF7 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5595247-
CMYK0.780.6200.03
HSL227.5º92.31%59.22%-
HSV(B)227.5º77.73%96.86%-
XYZ22.4615.7189.84-
YUV100.37210.7595.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.85%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 247 (96.88% from 255) = 62.22%
R=13.85%
G=23.93%
B=62.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal55952470.780.6200.03227.592.3159.22
Hex375FF74E3E03e45c3b
Octal67137367116760334413473
Binary1101111011111111101111001110111110011111001001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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