#3750E1

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

Shades of Royal Blue #3750E1

Tints of Royal Blue #3750E1

Color information

#3750E1 (or 0x3750E1) is unknown color: approx Royal Blue. HEX triplet: 37, 50 and E1. RGB value is (55,80,225). Sum of RGB (Red+Green+Blue) = 55+80+225=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 225 (88.28% from 255 or 62.5% from 360); Max value from RGB is 225 - color contains mainly: blue. Hex color #3750E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3750E1 is #C8AF1E. Grayscale: #585858. Windows color (decimal): -13152031 or 14766135. OLE color: 14766135.

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

Color convert

RGB5580225-
CMYK0.760.6400.12
HSL231.18º73.91%54.9%-
HSV(B)231.18º75.56%88.24%-
XYZ18.0311.9972.6-
YUV89.06204.72103.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.28%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 225 (88.28% from 255) = 62.5%
R=15.28%
G=22.22%
B=62.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal55802250.760.6400.12231.1873.9154.9
Hex3750E14C400Ce74a37
Octal6712034111410001434711267
Binary1101111010000111000011001100100000001100111001111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3750E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3750E1; }

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

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

<style>
 a { background-color: #3750E1; }

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

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

<style>
 span { border-color: #3750E1; }

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

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