#3B7FBE

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

Shades of Curious Blue #3B7FBE

Tints of Curious Blue #3B7FBE

Color information

#3B7FBE (or 0x3B7FBE) is unknown color: approx Curious Blue. HEX triplet: 3B, 7F and BE. RGB value is (59,127,190). Sum of RGB (Red+Green+Blue) = 59+127+190=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B7FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FBE is #C48041. Grayscale: #717171. Windows color (decimal): -12877890 or 12484411. OLE color: 12484411.

HSL color Cylindrical-coordinate representation of color #3B7FBE: hue angle of 208.85º 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 #3B7FBE is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59127190-
CMYK0.690.3300.25
HSL208.85º52.61%48.82%-
HSV(B)208.85º68.95%74.51%-
XYZ18.6919.8351.56-
YUV113.85170.9788.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.69%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=15.69%
G=33.78%
B=50.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591271900.690.3300.25208.8552.6148.82
Hex3B7FBE4521019d13531
Octal73177276105410313216561
Binary111011111111110111110100010110000101100111010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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