#375AF7

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

Shades of Royal Blue #375AF7

Tints of Royal Blue #375AF7

Color information

#375AF7 (or 0x375AF7) is unknown color: approx Royal Blue. HEX triplet: 37, 5A and F7. RGB value is (55,90,247). Sum of RGB (Red+Green+Blue) = 55+90+247=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 247 (96.88% from 255 or 63.01% from 392); Max value from RGB is 247 - color contains mainly: blue. Hex color #375AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375AF7 is #C8A508. Grayscale: #606060. Windows color (decimal): -13149449 or 16210487. OLE color: 16210487.

HSL color Cylindrical-coordinate representation of color #375AF7: hue angle of 229.06º 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 #375AF7 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5590247-
CMYK0.780.6400.03
HSL229.06º92.31%59.22%-
HSV(B)229.06º77.73%96.86%-
XYZ22.0214.8489.7-
YUV97.43212.497.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.03%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 247 (96.88% from 255) = 63.01%
R=14.03%
G=22.96%
B=63.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal55902470.780.6400.03229.0692.3159.22
Hex375AF74E4003e55c3b
Octal671323671161000334513473
Binary11011110110101111011110011101000000011111001011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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