#374FE1

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

Shades of Royal Blue #374FE1

Tints of Royal Blue #374FE1

Color information

#374FE1 (or 0x374FE1) is unknown color: approx Royal Blue. HEX triplet: 37, 4F and E1. RGB value is (55,79,225). Sum of RGB (Red+Green+Blue) = 55+79+225=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 225 (88.28% from 255 or 62.67% from 359); Max value from RGB is 225 - color contains mainly: blue. Hex color #374FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374FE1 is #C8B01E. Grayscale: #575757. Windows color (decimal): -13152287 or 14765879. OLE color: 14765879.

HSL color Cylindrical-coordinate representation of color #374FE1: hue angle of 231.53º 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 #374FE1 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5579225-
CMYK0.760.6500.12
HSL231.53º73.91%54.9%-
HSV(B)231.53º75.56%88.24%-
XYZ17.9611.8472.57-
YUV88.47205.05104.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.32%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 225 (88.28% from 255) = 62.67%
R=15.32%
G=22.01%
B=62.67%

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
Decimal55792250.760.6500.12231.5373.9154.9
Hex374FE14C410Ce84a37
Octal6711734111410101435011267
Binary1101111001111111000011001100100000101100111010001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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