#376CDF

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

Shades of Royal Blue #376CDF

Tints of Royal Blue #376CDF

Color information

#376CDF (or 0x376CDF) is unknown color: approx Royal Blue. HEX triplet: 37, 6C and DF. RGB value is (55,108,223). Sum of RGB (Red+Green+Blue) = 55+108+223=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #376CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CDF is #C89320. Grayscale: #686868. Windows color (decimal): -13144865 or 14642231. OLE color: 14642231.

HSL color Cylindrical-coordinate representation of color #376CDF: hue angle of 221.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376CDF is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB55108223-
CMYK0.750.5200.13
HSL221.07º72.41%54.51%-
HSV(B)221.07º75.34%87.45%-
XYZ20.2616.8772-
YUV105.26194.4492.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.25%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 223 (87.5% from 255) = 57.77%
R=14.25%
G=27.98%
B=57.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal551082230.750.5200.13221.0772.4154.51
Hex376CDF4B340Ddd4837
Octal671543371136401533511067
Binary110111110110011011111100101111010001101110111011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376CDF; }

 p { color: rgb(55,108,223); }

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

<style>
 a { background-color: #376CDF; }

 a { background-color: rgb(55,108,223); }

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

<style>
 span { border-color: #376CDF; }

 span { border-color: rgb(55,108,223); }

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