#3B7BB0

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

Shades of Curious Blue #3B7BB0

Tints of Curious Blue #3B7BB0

Color information

#3B7BB0 (or 0x3B7BB0) is unknown color: approx Curious Blue. HEX triplet: 3B, 7B and B0. RGB value is (59,123,176). Sum of RGB (Red+Green+Blue) = 59+123+176=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #3B7BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7BB0 is #C4844F. Grayscale: #6D6D6D. Windows color (decimal): -12878928 or 11565883. OLE color: 11565883.

HSL color Cylindrical-coordinate representation of color #3B7BB0: hue angle of 207.18º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B7BB0 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB59123176-
CMYK0.660.3000.31
HSL207.18º49.79%46.08%-
HSV(B)207.18º66.48%69.02%-
XYZ16.7218.2343.71-
YUV109.91165.391.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.48%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 176 (69.14% from 255) = 49.16%
R=16.48%
G=34.36%
B=49.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591231760.660.3000.31207.1849.7946.08
Hex3B7BB0421E01Fcf322e
Octal73173260102360373176256
Binary11101111110111011000010000101111001111111001111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,123,176); }

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

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

 a { background-color: rgb(59,123,176); }

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

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

 span { border-color: rgb(59,123,176); }

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