#377BD6

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

Shades of Royal Blue #377BD6

Tints of Royal Blue #377BD6

Color information

#377BD6 (or 0x377BD6) is unknown color: approx Royal Blue. HEX triplet: 37, 7B and D6. RGB value is (55,123,214). Sum of RGB (Red+Green+Blue) = 55+123+214=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 214 (83.98% from 255 or 54.59% from 392); Max value from RGB is 214 - color contains mainly: blue. Hex color #377BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BD6 is #C88429. Grayscale: #707070. Windows color (decimal): -13141034 or 14056247. OLE color: 14056247.

HSL color Cylindrical-coordinate representation of color #377BD6: hue angle of 214.34º degrees, saturation: 0.66, 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 #377BD6 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB55123214-
CMYK0.740.4300.16
HSL214.34º65.98%52.75%-
HSV(B)214.34º74.3%83.92%-
XYZ20.819.8366.35-
YUV113.04184.9786.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.03%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 214 (83.98% from 255) = 54.59%
R=14.03%
G=31.38%
B=54.59%

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
Decimal551232140.740.4300.16214.3465.9852.75
Hex377BD64A2B010d64235
Octal671733261125302032610265
Binary1101111111011110101101001010101011010000110101101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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