#3774B3

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

Shades of Curious Blue #3774B3

Tints of Curious Blue #3774B3

Color information

#3774B3 (or 0x3774B3) is unknown color: approx Curious Blue. HEX triplet: 37, 74 and B3. RGB value is (55,116,179). Sum of RGB (Red+Green+Blue) = 55+116+179=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #3774B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3774B3 is #C88B4C. Grayscale: #686868. Windows color (decimal): -13142861 or 11760695. OLE color: 11760695.

HSL color Cylindrical-coordinate representation of color #3774B3: hue angle of 210.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3774B3 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB55116179-
CMYK0.690.3500.30
HSL210.48º52.99%45.88%-
HSV(B)210.48º69.27%70.2%-
XYZ15.9616.5645-
YUV104.94169.7992.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.71%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 179 (70.31% from 255) = 51.14%
R=15.71%
G=33.14%
B=51.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal551161790.690.3500.30210.4852.9945.88
Hex3774B3452301Ed2352e
Octal67164263105430363226556
Binary110111111010010110011100010110001101111011010010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3774B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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