#3777AF

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

Shades of Curious Blue #3777AF

Tints of Curious Blue #3777AF

Color information

#3777AF (or 0x3777AF) is unknown color: approx Curious Blue. HEX triplet: 37, 77 and AF. RGB value is (55,119,175). Sum of RGB (Red+Green+Blue) = 55+119+175=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #3777AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3777AF is #C88850. Grayscale: #696969. Windows color (decimal): -13142097 or 11499319. OLE color: 11499319.

HSL color Cylindrical-coordinate representation of color #3777AF: hue angle of 208º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3777AF is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB55119175-
CMYK0.690.3200.31
HSL208º52.17%45.1%-
HSV(B)208º68.57%68.63%-
XYZ15.9117.143.02-
YUV106.25166.891.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=15.76%
G=34.10%
B=50.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551191750.690.3200.3120852.1745.1
Hex3777AF452001Fd0342d
Octal67167257105400373206455
Binary110111111011110101111100010110000001111111010000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3777AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3777AF; }

 p { color: rgb(55,119,175); }

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

<style>
 a { background-color: #3777AF; }

 a { background-color: rgb(55,119,175); }

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

<style>
 span { border-color: #3777AF; }

 span { border-color: rgb(55,119,175); }

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