#3B7FBF

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

Shades of Curious Blue #3B7FBF

Tints of Curious Blue #3B7FBF

Color information

#3B7FBF (or 0x3B7FBF) is unknown color: approx Curious Blue. HEX triplet: 3B, 7F and BF. RGB value is (59,127,191). Sum of RGB (Red+Green+Blue) = 59+127+191=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B7FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FBF is #C48040. Grayscale: #717171. Windows color (decimal): -12877889 or 12549947. OLE color: 12549947.

HSL color Cylindrical-coordinate representation of color #3B7FBF: hue angle of 209.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B7FBF is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59127191-
CMYK0.690.3400.25
HSL209.09º52.8%49.02%-
HSV(B)209.09º69.11%74.9%-
XYZ18.819.8752.13-
YUV113.96171.4788.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.65%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 191 (75% from 255) = 50.66%
R=15.65%
G=33.69%
B=50.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591271910.690.3400.25209.0952.849.02
Hex3B7FBF4522019d13531
Octal73177277105420313216561
Binary111011111111110111111100010110001001100111010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,127,191); }

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

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

 a { background-color: rgb(59,127,191); }

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

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

 span { border-color: rgb(59,127,191); }

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