#377AE5

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

Shades of Royal Blue #377AE5

Tints of Royal Blue #377AE5

Color information

#377AE5 (or 0x377AE5) is unknown color: approx Royal Blue. HEX triplet: 37, 7A and E5. RGB value is (55,122,229). Sum of RGB (Red+Green+Blue) = 55+122+229=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #377AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377AE5 is #C8851A. Grayscale: #717171. Windows color (decimal): -13141275 or 15039031. OLE color: 15039031.

HSL color Cylindrical-coordinate representation of color #377AE5: hue angle of 216.9º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #377AE5 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB55122229-
CMYK0.760.4700.10
HSL216.9º76.99%55.69%-
HSV(B)216.9º75.98%89.8%-
XYZ22.6820.3976.87-
YUV114.16192.885.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.55%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 229 (89.84% from 255) = 56.40%
R=13.55%
G=30.05%
B=56.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal551222290.760.4700.10216.976.9955.69
Hex377AE54C2F0Ad94d38
Octal671723451145701233111570
Binary110111111101011100101100110010111101010110110011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377AE5; }

 p { color: rgb(55,122,229); }

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

<style>
 a { background-color: #377AE5; }

 a { background-color: rgb(55,122,229); }

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

<style>
 span { border-color: #377AE5; }

 span { border-color: rgb(55,122,229); }

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