#3B79BB

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

Shades of Curious Blue #3B79BB

Tints of Curious Blue #3B79BB

Color information

#3B79BB (or 0x3B79BB) is unknown color: approx Curious Blue. HEX triplet: 3B, 79 and BB. RGB value is (59,121,187). Sum of RGB (Red+Green+Blue) = 59+121+187=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B79BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B79BB is #C48644. Grayscale: #6D6D6D. Windows color (decimal): -12879429 or 12286267. OLE color: 12286267.

HSL color Cylindrical-coordinate representation of color #3B79BB: hue angle of 210.94º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B79BB is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB59121187-
CMYK0.680.3500.27
HSL210.94º52.03%48.24%-
HSV(B)210.94º68.45%73.33%-
XYZ17.6118.1949.6-
YUV109.99171.4691.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.08%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=16.08%
G=32.97%
B=50.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591211870.680.3500.27210.9452.0348.24
Hex3B79BB442301Bd33430
Octal73171273104430333236460
Binary111011111100110111011100010010001101101111010011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,121,187); }

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

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

 a { background-color: rgb(59,121,187); }

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

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

 span { border-color: rgb(59,121,187); }

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