#3774d6

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

Shades of Royal Blue #3774D6

Tints of Royal Blue #3774D6

Color information

#3774D6 (or 0x3774D6) is unknown color: approx Royal Blue. HEX triplet: 37, 74 and D6. RGB value is (55,116,214). Sum of RGB (Red+Green+Blue) = 55+116+214=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #3774D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3774D6 is #C88B29. Grayscale: #6C6C6C. Windows color (decimal): -13142826 or 14054455. OLE color: 14054455.

HSL color Cylindrical-coordinate representation of color #3774D6: hue angle of 216.98º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3774D6 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB55116214-
CMYK0.740.4600.16
HSL216.98º65.98%52.75%-
HSV(B)216.98º74.3%83.92%-
XYZ19.9618.1666.07-
YUV108.93187.2989.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.29%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 214 (83.98% from 255) = 55.58%
R=14.29%
G=30.13%
B=55.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal551162140.740.4600.16216.9865.9852.75
Hex3774D64A2E010d94235
Octal671643261125602033110265
Binary1101111110100110101101001010101110010000110110011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3774d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3774d6; }

 p { color: rgb(55,116,214); }

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

<style>
 a { background-color: #3774d6; }

 a { background-color: rgb(55,116,214); }

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

<style>
 span { border-color: #3774d6; }

 span { border-color: rgb(55,116,214); }

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