#376CDC

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

Shades of Royal Blue #376CDC

Tints of Royal Blue #376CDC

Color information

#376CDC (or 0x376CDC) is unknown color: approx Royal Blue. HEX triplet: 37, 6C and DC. RGB value is (55,108,220). Sum of RGB (Red+Green+Blue) = 55+108+220=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #376CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CDC is #C89323. Grayscale: #686868. Windows color (decimal): -13144868 or 14445623. OLE color: 14445623.

HSL color Cylindrical-coordinate representation of color #376CDC: hue angle of 220.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #376CDC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB55108220-
CMYK0.750.5100.14
HSL220.73º70.21%53.92%-
HSV(B)220.73º75%86.27%-
XYZ19.8616.769.89-
YUV104.92192.9492.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.36%
GREEN value IS 108 (42.58% from 255) = 28.20%
BLUE value IS 220 (86.33% from 255) = 57.44%
R=14.36%
G=28.20%
B=57.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal551082200.750.5100.14220.7370.2153.92
Hex376CDC4B330Edd4636
Octal671543341136301633510666
Binary110111110110011011100100101111001101110110111011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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