#376ACA

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

Shades of Royal Blue #376ACA

Tints of Royal Blue #376ACA

Color information

#376ACA (or 0x376ACA) is unknown color: approx Royal Blue. HEX triplet: 37, 6A and CA. RGB value is (55,106,202). Sum of RGB (Red+Green+Blue) = 55+106+202=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #376ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376ACA is #C89535. Grayscale: #656565. Windows color (decimal): -13145398 or 13265463. OLE color: 13265463.

HSL color Cylindrical-coordinate representation of color #376ACA: hue angle of 219.18º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376ACA is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB55106202-
CMYK0.730.4800.21
HSL219.18º58.1%50.39%-
HSV(B)219.18º72.77%79.22%-
XYZ17.3915.3857.93-
YUV101.7184.694.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.15%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 202 (79.30% from 255) = 55.65%
R=15.15%
G=29.20%
B=55.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal551062020.730.4800.21219.1858.150.39
Hex376ACA4930015db3a32
Octal67152312111600253337262
Binary110111110101011001010100100111000001010111011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,106,202); }

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

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

 a { background-color: rgb(55,106,202); }

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

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

 span { border-color: rgb(55,106,202); }

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