#377BDA

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

Shades of Royal Blue #377BDA

Tints of Royal Blue #377BDA

Color information

#377BDA (or 0x377BDA) is unknown color: approx Royal Blue. HEX triplet: 37, 7B and DA. RGB value is (55,123,218). Sum of RGB (Red+Green+Blue) = 55+123+218=396 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.89% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #377BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377BDA is #C88425. Grayscale: #717171. Windows color (decimal): -13141030 or 14318391. OLE color: 14318391.

HSL color Cylindrical-coordinate representation of color #377BDA: hue angle of 214.97º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377BDA is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB55123218-
CMYK0.750.4400.15
HSL214.97º68.78%53.53%-
HSV(B)214.97º74.77%85.49%-
XYZ21.3120.0469.07-
YUV113.5186.9786.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.89%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 218 (85.55% from 255) = 55.05%
R=13.89%
G=31.06%
B=55.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal551232180.750.4400.15214.9768.7853.53
Hex377BDA4B2C0Fd74536
Octal671733321135401732710566
Binary110111111101111011010100101110110001111110101111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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