#3775E1

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

Shades of Royal Blue #3775E1

Tints of Royal Blue #3775E1

Color information

#3775E1 (or 0x3775E1) is unknown color: approx Royal Blue. HEX triplet: 37, 75 and E1. RGB value is (55,117,225). Sum of RGB (Red+Green+Blue) = 55+117+225=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #3775E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3775E1 is #C88A1E. Grayscale: #6E6E6E. Windows color (decimal): -13142559 or 14775607. OLE color: 14775607.

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

Color convert

RGB55117225-
CMYK0.760.4800.12
HSL218.12º73.91%54.9%-
HSV(B)218.12º75.56%88.24%-
XYZ21.5318.9773.76-
YUV110.77192.4688.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.85%
GREEN value IS 117 (46.09% from 255) = 29.47%
BLUE value IS 225 (88.28% from 255) = 56.68%
R=13.85%
G=29.47%
B=56.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal551172250.760.4800.12218.1273.9154.9
Hex3775E14C300Cda4a37
Octal671653411146001433211267
Binary110111111010111100001100110011000001100110110101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3775E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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