#3B7DAD

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

Shades of Curious Blue #3B7DAD

Tints of Curious Blue #3B7DAD

Color information

#3B7DAD (or 0x3B7DAD) is unknown color: approx Curious Blue. HEX triplet: 3B, 7D and AD. RGB value is (59,125,173). Sum of RGB (Red+Green+Blue) = 59+125+173=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B7DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7DAD is #C48252. Grayscale: #6E6E6E. Windows color (decimal): -12878419 or 11369787. OLE color: 11369787.

HSL color Cylindrical-coordinate representation of color #3B7DAD: hue angle of 205.26º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B7DAD is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB59125173-
CMYK0.660.2800.32
HSL205.26º49.14%45.49%-
HSV(B)205.26º65.9%67.84%-
XYZ16.6818.6142.25-
YUV110.74163.1391.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.53%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=16.53%
G=35.01%
B=48.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591251730.660.2800.32205.2649.1445.49
Hex3B7DAD421C020cd312d
Octal73175255102340403156155
Binary111011111110110101101100001011100010000011001101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B7DAD; }

 p { color: rgb(59,125,173); }

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

<style>
 a { background-color: #3B7DAD; }

 a { background-color: rgb(59,125,173); }

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

<style>
 span { border-color: #3B7DAD; }

 span { border-color: rgb(59,125,173); }

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