#375AF6

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

Shades of Royal Blue #375AF6

Tints of Royal Blue #375AF6

Color information

#375AF6 (or 0x375AF6) is unknown color: approx Royal Blue. HEX triplet: 37, 5A and F6. RGB value is (55,90,246). Sum of RGB (Red+Green+Blue) = 55+90+246=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 246 (96.48% from 255 or 62.92% from 391); Max value from RGB is 246 - color contains mainly: blue. Hex color #375AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375AF6 is #C8A509. Grayscale: #606060. Windows color (decimal): -13149450 or 16144951. OLE color: 16144951.

HSL color Cylindrical-coordinate representation of color #375AF6: hue angle of 229.01º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375AF6 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5590246-
CMYK0.780.6300.04
HSL229.01º91.39%59.02%-
HSV(B)229.01º77.64%96.47%-
XYZ21.8714.7888.89-
YUV97.32211.997.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.07%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 246 (96.48% from 255) = 62.92%
R=14.07%
G=23.02%
B=62.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal55902460.780.6300.04229.0191.3959.02
Hex375AF64E3F04e55b3b
Octal67132366116770434513373
Binary11011110110101111011010011101111110100111001011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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