#377DE8

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

Shades of Royal Blue #377DE8

Tints of Royal Blue #377DE8

Color information

#377DE8 (or 0x377DE8) is unknown color: approx Royal Blue. HEX triplet: 37, 7D and E8. RGB value is (55,125,232). Sum of RGB (Red+Green+Blue) = 55+125+232=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 232 (91.02% from 255 or 56.31% from 412); Max value from RGB is 232 - color contains mainly: blue. Hex color #377DE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377DE8 is #C88217. Grayscale: #737373. Windows color (decimal): -13140504 or 15236407. OLE color: 15236407.

HSL color Cylindrical-coordinate representation of color #377DE8: hue angle of 216.27º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #377DE8 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB55125232-
CMYK0.760.4600.09
HSL216.27º79.37%56.27%-
HSV(B)216.27º76.29%90.98%-
XYZ23.4721.3179.22-
YUV116.27193.3184.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.35%
GREEN value IS 125 (49.22% from 255) = 30.34%
BLUE value IS 232 (91.02% from 255) = 56.31%
R=13.35%
G=30.34%
B=56.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal551252320.760.4600.09216.2779.3756.27
Hex377DE84C2E09d84f38
Octal671753501145601133011770
Binary110111111110111101000100110010111001001110110001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,125,232); }

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

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

 a { background-color: rgb(55,125,232); }

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

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

 span { border-color: rgb(55,125,232); }

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