#374EE1

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

Shades of Royal Blue #374EE1

Tints of Royal Blue #374EE1

Color information

#374EE1 (or 0x374EE1) is unknown color: approx Royal Blue. HEX triplet: 37, 4E and E1. RGB value is (55,78,225). Sum of RGB (Red+Green+Blue) = 55+78+225=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 225 (88.28% from 255 or 62.85% from 358); Max value from RGB is 225 - color contains mainly: blue. Hex color #374EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374EE1 is #C8B11E. Grayscale: #575757. Windows color (decimal): -13152543 or 14765623. OLE color: 14765623.

HSL color Cylindrical-coordinate representation of color #374EE1: hue angle of 231.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374EE1 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5578225-
CMYK0.760.6500.12
HSL231.88º73.91%54.9%-
HSV(B)231.88º75.56%88.24%-
XYZ17.8911.772.55-
YUV87.88205.38104.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.36%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 225 (88.28% from 255) = 62.85%
R=15.36%
G=21.79%
B=62.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal55782250.760.6500.12231.8873.9154.9
Hex374EE14C410Ce84a37
Octal6711634111410101435011267
Binary1101111001110111000011001100100000101100111010001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374EE1; }

 p { color: rgb(55,78,225); }

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

<style>
 a { background-color: #374EE1; }

 a { background-color: rgb(55,78,225); }

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

<style>
 span { border-color: #374EE1; }

 span { border-color: rgb(55,78,225); }

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