#377BD7

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

Shades of Royal Blue #377BD7

Tints of Royal Blue #377BD7

Color information

#377BD7 (or 0x377BD7) is unknown color: approx Royal Blue. HEX triplet: 37, 7B and D7. RGB value is (55,123,215). Sum of RGB (Red+Green+Blue) = 55+123+215=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #377BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BD7 is #C88428. Grayscale: #707070. Windows color (decimal): -13141033 or 14121783. OLE color: 14121783.

HSL color Cylindrical-coordinate representation of color #377BD7: hue angle of 214.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #377BD7 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB55123215-
CMYK0.740.4300.16
HSL214.5º66.67%52.94%-
HSV(B)214.5º74.42%84.31%-
XYZ20.9219.8867.03-
YUV113.16185.4786.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.99%
GREEN value IS 123 (48.44% from 255) = 31.30%
BLUE value IS 215 (84.38% from 255) = 54.71%
R=13.99%
G=31.30%
B=54.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal551232150.740.4300.16214.566.6752.94
Hex377BD74A2B010d64335
Octal671733271125302032610365
Binary1101111111011110101111001010101011010000110101101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,123,215); }

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

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

 a { background-color: rgb(55,123,215); }

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

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

 span { border-color: rgb(55,123,215); }

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