#3B7DAB

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

Shades of Curious Blue #3B7DAB

Tints of Curious Blue #3B7DAB

Color information

#3B7DAB (or 0x3B7DAB) is unknown color: approx Curious Blue. HEX triplet: 3B, 7D and AB. RGB value is (59,125,171). Sum of RGB (Red+Green+Blue) = 59+125+171=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B7DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7DAB is #C48254. Grayscale: #6E6E6E. Windows color (decimal): -12878421 or 11238715. OLE color: 11238715.

HSL color Cylindrical-coordinate representation of color #3B7DAB: hue angle of 204.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B7DAB is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB59125171-
CMYK0.650.2700.33
HSL204.64º48.7%45.1%-
HSV(B)204.64º65.5%67.06%-
XYZ16.4918.5441.24-
YUV110.51162.1391.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.62%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=16.62%
G=35.21%
B=48.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591251710.650.2700.33204.6448.745.1
Hex3B7DAB411B021cd312d
Octal73175253101330413156155
Binary111011111110110101011100000111011010000111001101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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