#3B7EBE

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

Shades of Curious Blue #3B7EBE

Tints of Curious Blue #3B7EBE

Color information

#3B7EBE (or 0x3B7EBE) is unknown color: approx Curious Blue. HEX triplet: 3B, 7E and BE. RGB value is (59,126,190). Sum of RGB (Red+Green+Blue) = 59+126+190=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B7EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7EBE is #C48141. Grayscale: #707070. Windows color (decimal): -12878146 or 12484155. OLE color: 12484155.

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

Color convert

RGB59126190-
CMYK0.690.3400.25
HSL209.31º52.61%48.82%-
HSV(B)209.31º68.95%74.51%-
XYZ18.5619.5751.51-
YUV113.26171.389.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.73%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=15.73%
G=33.6%
B=50.67%

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
Decimal591261900.690.3400.25209.3152.6148.82
Hex3B7EBE4522019d13531
Octal73176276105420313216561
Binary111011111111010111110100010110001001100111010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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